Construct a PathSpec from a string

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

Syntax

C#
public PathSpec(
	string path
)
Visual Basic
Public Sub New ( _
	path As String _
)
Visual C++
public:
PathSpec(
	String^ path
)

Parameters

path
Type: System..::..String
path string

See Also