SharpCvsLib

Manager.GetFolders Method (String)

Gets one folder, or a collection of folder depending on whether the path passed in is a directory (recursive get) or a single file.

[Visual Basic]
Overloads Public Function GetFolders( _
   ByVal path As String _
) As Folders
[C#]
public Folders GetFolders(
   string path
);

Parameters

path
The file or directory to fetch the folder(s) for.

Return Value

A folders object which can contain one or many folder objects.

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | Manager.GetFolders Overload List