Perforce API for the .Net CLR P4.Net

P4Connection.CWD Property

Gets/Sets the current working directory.

[Visual Basic]
Public Property CWD As String
[C#]
public string CWD {get; set;}

Property Value

The current working directory for the Perforce connection.

Remarks

Setting CWD can be used so that relative paths are specified. Keep in mind that changing the CWD also might cause P4CONFIG settings to change.

See Also

P4Connection Class | P4API Namespace