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: 2024.2.269.3570
Syntax public static string[] ToEscapedStrings(
params FileSpec[] list
)
Public Shared Function ToEscapedStrings (
ParamArray list As FileSpec()
) As String()
public:
static array<String^>^ ToEscapedStrings(
... array<FileSpec^>^ list
)
static member ToEscapedStrings :
list : FileSpec[] -> string[]
Parameters
- list
- Type: Perforce.P4FileSpec
Return Value
Type:
StringSee Also