RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.DriveDelim Constant

Specifies the character used to separate the Windows drive from the path in a file name.

Pascal
DriveDelim = ':';
C++
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!