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