SharpCvsLib

PathTranslator.RelativePath Property

The relative path to the file. Usually this is the information that has been sent down by the server and can be used along with the current working directory information to find the file on the local file system.

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

Property Value

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

See Also

PathTranslator Class | ICSharpCode.SharpCvsLib.FileSystem Namespace