Click or drag to resize

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

Parameters

paths
Type: SystemString
List of paths

Return Value

Type: IListFileSpec
List of FileSpec objects
See Also