SharpCvsLib

CommandLineParser.CurrentWorkingDirectory Property

Get the current working directory, parsed from the command line.

[Visual Basic]
Public ReadOnly Property CurrentWorkingDirectory As WorkingDirectory
[C#]
public ICSharpCode.SharpCvsLib.Misc.WorkingDirectory CurrentWorkingDirectory {get;}

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.Console.Parser.CommandLineParser.CurrentWorkingDirectory

See Also

CommandLineParser Class | ICSharpCode.SharpCvsLib.Console.Parser Namespace