Click or drag to resize

FileSpecToEscapedStrings Method (FileSpec)

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

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

Parameters

list
Type: Perforce.P4FileSpec

Return Value

Type: String
See Also