SharpCvsLib

Manager.FetchEntries Method 

Fetch the entries from the cvs file located in the subdirectory of the path given.

[Visual Basic]
Public Function FetchEntries( _
   ByVal fullPath As String _
) As Entries
[C#]
public Entries FetchEntries(
   string fullPath
);

Parameters

fullPath
The path of the files that are being managed, the cvs directory is derived from this.

Return Value

A collection of entries from the cvs management file.

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace