FileSpecLocalSpecArray Method (String)
|
Create an array of FileSpec objects from a list of local paths
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public static FileSpec[] LocalSpecArray(
params string[] paths
)
Public Shared Function LocalSpecArray (
ParamArray paths As String()
) As FileSpec()
public:
static array<FileSpec^>^ LocalSpecArray(
... array<String^>^ paths
)
static member LocalSpecArray :
paths : string[] -> FileSpec[]
Parameters
- paths
- Type: SystemString
List of paths
Return Value
Type:
FileSpecList of FileSpec objects
See Also