Character which separates the filename from the file extension.
Source position: sysunixh.inc line 33
const ExtensionSeparator = '.';  | 
ExtensionSeparator is the character which separates the filename from the file extension. On all current platforms, this is the . (dot) character. All RTL filename handling routines use this constant.
  | 
Character used to separate paths in a search list.  | 
|
  | 
Character used to separate directory parts.  | 
|
  | 
Set of characters considered directory separators.  | 
|
  | 
Set of characters considered drive separators.  |