IFolderInfoFileList Property

Gets a collection of full path and file names in the folder, keyed by file name.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
SortedList<string, string> FileList { get; }

Property Value

SortedListString, String

See Also