FileSpecToEscapedLocalPaths Method
|
Copy the non-null entries into a new string array containing the local paths
escaped for special characters
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic static string[] ToEscapedLocalPaths(
params FileSpec[] list
)
Public Shared Function ToEscapedLocalPaths (
ParamArray list As FileSpec()
) As String()
public:
static array<String^>^ ToEscapedLocalPaths(
... array<FileSpec^>^ list
)
static member ToEscapedLocalPaths :
list : FileSpec[] -> string[]
Parameters
- list
- Type: Perforce.P4FileSpec
Return Value
Type:
String
See Also