SharpCvsLib

AbstractCvsFile Constructor 

Create a new object that represents the management file that CVS uses to hold information about the repository and local file system.

[Visual Basic]
Public Sub New( _
   ByVal fullPath As String, _
   ByVal fileContents As String _
)
[C#]
public AbstractCvsFile(
   string fullPath,
   string fileContents
);

Parameters

fullPath
The full path to the file or directory on the filesystem that this object is managing.
fileContents
A line of comments that represents information to be written to the cvs management file, or is written in the cvs management file.

See Also

AbstractCvsFile Class | ICSharpCode.SharpCvsLib.FileSystem Namespace