| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Character used to separate paths in a search list
Source position: sysunixh.inc line 33
| const PathSeparator = ':'; | 
PathSeparator is the character used commonly on the current operating system to separate paths in a list of paths, such as the PATH environment variable.
This constant is part of a set of constants that describe the OS characteristics. These constants should be used instead of hardcoding OS characteristics.
| 
 | Character used to separate directory parts. | |
| 
 | Constant describing the current line ending character. | |
| 
 | Constant describing support for long filenames. | |
| 
 | Character used to separate directory parts. | |
| 
 | OS treatment of filenames is case sensitive. | |
| 
 | OS preserves case in filenames when creating or renaming entries. | |
| 
 | Default line ending style. |