Click or drag to resize

PathSpecEscapePaths Method (String)

Escape an array of string paths

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public static string[] EscapePaths(
	string[] Paths
)

Parameters

Paths
Type: SystemString
Array of Paths to escape

Return Value

Type: String
Array of Escaped paths
See Also