IFolderInfo Interface

Interface for a FolderInfo implementation class.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public interface IFolderInfo

Properties

ExistsIndicates whether the folder exists.
FileListGets a collection of full path and file names in the folder, keyed by file name.
FolderListGets a collections of sub-folders in the folder, keyed by folder name.
LocationGets the relative location of the folder to the root.
SourceGets the folder information source.

Methods

SortFileListSorts the file list using an alphanumeric comparer.
SortFolderListSorts the folder list using an alphanumeric comparer.

See Also