Create a FileSpec given client path and revision

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public static FileSpec ClientSpec(
	string path,
	int rev
)
Visual Basic
Public Shared Function ClientSpec ( _
	path As String, _
	rev As Integer _
) As FileSpec
Visual C++
public:
static FileSpec^ ClientSpec(
	String^ path, 
	int rev
)

Parameters

path
Type: System..::..String
Client path
rev
Type: System..::..Int32
revision

Return Value

FileSpec

See Also