RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.PathDelim Constant

Specifies the character used to separate each directory name in a file path.

Pascal
PathDelim = '\';
C++
PathDelim = '\';

PathDelim is the '\' character for Windows, or '/' for Linux that is used to separate each directory in the hierarchy of directories in a path. A path is used to navigate to a specific directory or file(s). 

 

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