Click or drag to resize

FileSpecClientSpec Method (String, Int32)

Create a FileSpec given client path and revision

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public static FileSpec ClientSpec(
	string path,
	int rev
)

Parameters

path
Type: SystemString
Client path
rev
Type: SystemInt32
revision

Return Value

Type: FileSpec
FileSpec
See Also