Click or drag to resize

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: 2023.2.258.5793
Syntax
public static FileSpec[] LocalSpecArray(
	IList<string> paths
)

Parameters

paths
Type: System.Collections.GenericIListString
List of paths

Return Value

Type: FileSpec
List of FileSpec objects
See Also