The current working directory (cwd) used by the p4 server

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

Syntax

C#
public string CurrentWorkingDirectory { get; set; }
Visual Basic
Public Property CurrentWorkingDirectory As String
	Get
	Set
Visual C++
public:
property String^ CurrentWorkingDirectory {
	String^ get ();
	void set (String^ value);
}

Remarks

The properties, client, port, user, and password, represent the criteria used to connect to a P4 server. If one or more is changed, the bridge will drop the current connection if any and attempt to connect to the (possibly different) P4 server when the next command is executed. If it is desirable to validate the connection, execute a command.

See Also