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