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 = ';';

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!