IFolderInfo Interface
Interface for a FolderInfo implementation class.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public interface IFolderInfo
Exists | Indicates whether the folder exists. |
FileList | Gets a collection of full path and file names in the folder, keyed by file name. |
FolderList | Gets a collections of sub-folders in the folder, keyed by folder name. |
Location | Gets the relative location of the folder to the root. |
Source | Gets the folder information source. |
SortFileList | Sorts the file list using an alphanumeric comparer. |
SortFolderList | Sorts the folder list using an alphanumeric comparer. |