Specifications
DescriptionFilterSpec
List directories onlyDir.Dirs
List files onlyDir.Files
List disk drives onlyDir.Drives
Do not list symbolic linksDir.NoSymLinks
List directories, files, drives and symlinks (this does not list broken
symlinks unless you specify System)
Dir.All
A mask for the the Dirs, Files, Drives and NoSymLinks flagsDir.TypeMask
List files for which the application has read accessDir.Readable
List files for which the application has write accessDir.Writable
List files for which the application has execute access; executables
must be combined with Dirs or Files
Dir.Executable
A mask for the Readable, Writable and Executable flagsDir.RWEMask
Only list files that have been modifiedDir.Modified
List hidden filesDir.Hidden
List system filesDir.System
A mask for the Readable, Writable, Executable Modified, Hidden and
System flags
Dir.AccessMask
Enum SortSpec
This enum describes the sort options available to Dir for entryList(). The sort value is specified by
OR-ing together values from the following list.
DescriptionSortSpec
Sort by nameDir.Name
Sort by time (modification time)Dir.Time
Sort by file sizeDir.Size
Do not sortDir.Unsorted
A mask for Name, Time and SizeDir.SortByMask
Put the directories first, then the filesDir.DirsFirst
Reverse the sort orderDir.Reversed
418
Enfocus Switch 10