SharpCvsLib

PathTranslator.LocalPath Property

The path on the local file system. This is constructed using the local working directory and the relative path from the server. This does not contain information about the filename.

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

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.FileSystem.PathTranslator.LocalPath

See Also

PathTranslator Class | ICSharpCode.SharpCvsLib.FileSystem Namespace