Click or drag to resize

FileSpecToEscapedPaths Method

Copy the non-null entries into a new string array containing the paths escaped for special characters

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static string[] ToEscapedPaths(
	params FileSpec[] list
)

Parameters

list
Type: Perforce.P4FileSpec

Return Value

Type: String
See Also