Get a Filespec from a ClientSpec path

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

Parameters

path
Type: System..::..String
client path

Return Value

FileSpec

See Also