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 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