FileSpecLocalSpecList Method (String)
|
Create a list 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 IList<FileSpec> LocalSpecList(
params string[] paths
)
Public Shared Function LocalSpecList (
ParamArray paths As String()
) As IList(Of FileSpec)
public:
static IList<FileSpec^>^ LocalSpecList(
... array<String^>^ paths
)
static member LocalSpecList :
paths : string[] -> IList<FileSpec>
Parameters
- paths
- Type: SystemString
List of paths
Return Value
Type:
IListFileSpecList of FileSpec objects
See Also