Create a P4BridgeServer using the PUC specified by the environment or a p4config file if one exists.

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

Syntax

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

Parameters

cwd
Type: System..::..String
Current working Directory. Can be null/blank if not connecting to the Perforce server using a P4Config file.

See Also