AllowDriveSeparators
Set of characters considered drive separators
Declaration
Source position: sysunixh.inc line 36
const
AllowDriveSeparators : Set of Char = []
Description
AllowDriveSeparators are the characters which are considered to separate the drive part from the directory part in a filename. This will be an empty set on systems that do not support drive letters. Other systems (Dos, Windows and OS/2) will have the colon (:) character as the only member of this set.
See also
| Name | Description |
|---|---|
| AllowDirectorySeparators | Set of characters considered directory separators |
| DriveSeparator | Character used to separate directory parts. |
| ExtensionSeparator | Character which separates the filename from the file extension. |
| PathSeparator | Character used to separate paths in a search list |