SharpCvsLib

Entry Constructor (String, String)

Create a new instance of the cvs object. NOTE: Derive full path is assumed. What this means is it is assumed that you are passing in the path to the file and would like to use the fileContents or entry to get the full path to the managed file.

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

Parameters

path
The path to the directory above the object being managed. The information in the fileContents parameter is used to fill in the "missing" information about the file location.
fileContents
The contents of the cvs management file.

See Also

Entry Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | Entry Constructor Overload List