SharpCvsLib

Manager.Fetch Method 

Fetch all of the entry objects for the specified cvs filename in the specified path.

[Visual Basic]
Public Function Fetch( _
   ByVal fullPath As String, _
   ByVal fileType As FileType _
) As ICvsFile()
[C#]
public ICvsFile[] Fetch(
   string fullPath,
   FileType fileType
);

Parameters

fullPath
The path to the current working directory or to the cvs directory.
fileType
The type of the cvs file to fetch.

Return Value

A collection of Cvs files

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace