Click or drag to resize

PathSpecUnescapePaths Method (IListString)

Unescape 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> UnescapePaths(
	IList<string> Paths
)

Parameters

Paths
Type: System.Collections.GenericIListString
Paths to process

Return Value

Type: IListString
List of Unescaped paths
See Also