SharpCvsLib

WorkingDirectory.WorkingPath Property

Specifies the current working path for the sources. This is a combination of the root/ sandbox directory and the module or override directory.

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

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.Misc.WorkingDirectory.WorkingPath

Exceptions

Exception TypeCondition
InvalidPathExceptionIf the local directory and/ or the working directory name are null.

See Also

WorkingDirectory Class | ICSharpCode.SharpCvsLib.Misc Namespace