Escape an array of string paths

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

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>[]()[][]
Array of Paths to escape

Return Value

Array of Escaped paths

See Also