SharpCvsLib

ICvsFile.FullPath Property

The full path to the file that the file that this CVS object is managing. In most cases FullPath will equal Path, with the exception of Entry files that are not directories.

[Visual Basic]
Property FullPath As String
[C#]
string FullPath {get;}

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.FileSystem.ICvsFile.FullPath

See Also

ICvsFile Interface | ICSharpCode.SharpCvsLib.FileSystem Namespace