Create a FileSpec given Client path and VersionSpec

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,
	VersionSpec ver
)
Visual Basic
Public Shared Function ClientSpec ( _
	path As String, _
	ver As VersionSpec _
) As FileSpec
Visual C++
public:
static FileSpec^ ClientSpec(
	String^ path, 
	VersionSpec^ ver
)

Parameters

path
Type: System..::..String
client path
ver
Type: Perforce.P4..::..VersionSpec
VersionSpec

Return Value

FileSpec

See Also