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