SharpCvsLib

AbstractCvsFile.Path Property

Return the path to the file that this cvs object is controlling. In most cases this is just the full path to the object, however one known exception would be the Entry which would have file information stripped from the full path.

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

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.FileSystem.AbstractCvsFile.Path

See Also

AbstractCvsFile Class | ICSharpCode.SharpCvsLib.FileSystem Namespace