Specifies the character used to separate the Windows drive from the path in a file name.
DriveDelim = ':';
DriveDelim = ':';
SysUtils
DriveDelim is the ':' character that follows the drive character ('A', 'B' and so on) in a full filename on a Windows Operating System. The value is a null character for Linux Operating Systems since they do not support drive designations.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|