RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.PathSep Constant

Specifies the character used to separate a sequence of file or directory names.

Pascal
PathSep = ';';
C++
PathSep = ';';

SysUtils

PathSep is the ';' character for Windows, or ':' for Linux that is used to separate filenames in a sequence of file or directory names. FileSearch, for example, expects PathSep to be used to separate the values in the string of directory names. 

 

DriveDelim 

PathSep 

FileSearch

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!