Click or drag to resize

FileSpecSplitDepotPath Method

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static bool SplitDepotPath(
	string depotpath,
	out string path,
	out string versionspec
)

Parameters

depotpath
Type: SystemString
path
Type: SystemString
versionspec
Type: SystemString

Return Value

Type: Boolean
See Also