Copy the non-null entries into a new string array containing the local paths
escaped for special characters
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public static string[] ToEscapedLocalPaths( params FileSpec[] list ) |
Visual Basic |
---|
Public Shared Function ToEscapedLocalPaths ( _ ParamArray list As FileSpec() _ ) As String() |
Visual C++ |
---|
public: static array<String^>^ ToEscapedLocalPaths( ... array<FileSpec^>^ list ) |
Parameters
- list
- Type: array<Perforce.P4..::..FileSpec>[]()[][]