Create a FileSpec given a local file 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 LocalSpec(
	string path
)
Visual Basic
Public Shared Function LocalSpec ( _
	path As String _
) As FileSpec
Visual C++
public:
static FileSpec^ LocalSpec(
	String^ path
)

Parameters

path
Type: System..::..String
local file path

Return Value

See Also