[This is preliminary documentation and is subject to change.]

Copy the non-null entries into a new string array containing the paths escaped for special characters

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
public static string[] ToEscapedPaths(
	params FileSpec[] list
)
Visual Basic
Public Shared Function ToEscapedPaths ( _
	ParamArray list As FileSpec() _
) As String()
Visual C++
public:
static array<String^>^ ToEscapedPaths(
	... array<FileSpec^>^ list
)

Parameters

list
Type: array<Perforce.P4..::..FileSpec>[]()[][]

See Also