Topic Path: Symbol Reference > Constants > GPathDelim Constant
ContentsIndexHome
PreviousUpNext
GPathDelim Constant

Identifies the platform- or operating system-specific path delimiter character.

File
GPathDelim = '\';

GPathDelim is a constant String value that identifies the platform- or operating system-specific path separator character. 

 

For the Windows and .Net platforms, GPathDelim contains the '' character. 

 

For the Linux platform, GPathDelim contains the '/' character. 

GPathDelim is used in the IncludeTrailingPathDelimiter method to normalize a file path value to include the trailing path delimiter for the platform.

IncludeTrailingPathDelimiter

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.