Gets/Sets the current working directory.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public string CWD { get; set; }

Field 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