FileSpecLocalSpecList Method (IListString)
|
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(
IList<string> paths
)
Public Shared Function LocalSpecList (
paths As IList(Of String)
) As IList(Of FileSpec)
public:
static IList<FileSpec^>^ LocalSpecList(
IList<String^>^ paths
)
static member LocalSpecList :
paths : IList<string> -> IList<FileSpec>
Parameters
- paths
- Type: System.Collections.GenericIListString
List of paths
Return Value
Type:
IListFileSpecList of FileSpec objects
See Also