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

Escape an array of strings.

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

Syntax

C#
public static string[] EscapePaths(
	string[] Paths
)
Visual Basic
Public Shared Function EscapePaths ( _
	Paths As String() _
) As String()
Visual C++
public:
static array<String^>^ EscapePaths(
	array<String^>^ Paths
)

Parameters

Paths
Type: array<System..::..String>[]()[][]
Paths to escape

See Also