[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Characters that are known directory separators.
Source position: finah.inc line 24
const DirSeparators: = ['/','\']; |
DirSeparators is a set of characters which are known directory separator characters on all supported platforms. This set is used by the SetDirSeparators call to correct pathnames for the current platform.
|
Convert known directory separators to the current directory separator. |
|
|
Set the directory separators to the known directory separators. |
No notes exist for this page yet.