Populates a Folders collection for the files that have been specified in the file 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);
Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace