Click or drag to resize

FileSpecDepotSpec Method (String)

Create a FileSpec given a depotpath

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static FileSpec DepotSpec(
	string path
)

Parameters

path
Type: SystemString
depot path

Return Value

Type: FileSpec
FileSpec
See Also