Click or drag to resize

PathSpecUnescapePaths Method (String)

Unescape an array of string paths

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

Parameters

Paths
Type: SystemString
Paths to unescape

Return Value

Type: String
array of unescaped path strings
See Also