SharpCvsLib

Manager.GetFolders Method

Populates a Folders collection for the files that have been specified in the file list.

Overload List

Populates a Folders collection for the files that have been specified in the file list.

public Folders GetFolders(ICollection);

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

public Folders GetFolders(string);

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace