SharpCvsLib

Manager.LoadEntries Method 

Load the entry files in the given directory. NOTE: This should be recursive (and will be) just lazy tonight.

[Visual Basic]
Public Function LoadEntries( _
   ByVal directory As String _
) As ICollection
[C#]
public ICollection LoadEntries(
   string directory
);

Parameters

directory
The directory to start loading the file name from.

Return Value

A collection of Entries.

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace