FolderInfoBase Class

Base class for Folder Information implementations.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public abstract class FolderInfoBase : IFolderInfo
Inheritance
Object    FolderInfoBase
Derived
Implements
IFolderInfo

Constructors

FolderInfoBaseDefault constructor.

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.

Fields

_separatorDisk folder name separator.
_separatorAltAlternate folder name separator.

See Also