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