SharpCvsLib

AbstractCvsFile.DeriveCvsFullPath Method 

Derive the cvs filename and path for the storage file.

[Visual Basic]
MustOverride Protected Function DeriveCvsFullPath() As String
[C#]
protected abstract string DeriveCvsFullPath();

Return Value

The cvs filename and path.

See Also

AbstractCvsFile Class | ICSharpCode.SharpCvsLib.FileSystem Namespace