Click or drag to resize

P4ServerMT Constructor (String)

Create a handler for later creation of P4Server using the provided parameters

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public P4ServerMT(
	string cwd
)

Parameters

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