Click or drag to resize

PathSpecEscapePaths Method (IListString)

Escape a list of string paths.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static IList<string> EscapePaths(
	IList<string> Paths
)

Parameters

Paths
Type: System.Collections.GenericIListString
Path to escape

Return Value

Type: IListString
List of Escaped paths
See Also