Escape a list 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 IList<string> EscapePaths(
	IList<string> Paths
)
Visual Basic
Public Shared Function EscapePaths ( _
	Paths As IList(Of String) _
) As IList(Of String)
Visual C++
public:
static IList<String^>^ EscapePaths(
	IList<String^>^ Paths
)

Parameters

Paths
Type: System.Collections.Generic..::..IList<(Of <(<'String>)>)>
Path to escape

Return Value

List of Escaped paths

See Also