Indy 9
GPathDelim
Unit: IdGlobal
Identifies the platform-specific path delimiter character.
GPathDelim = '\';
Unit
IdGlobal
Description
GPathDelim is a constant String value that identifies the platform-specific path separator character. For the Windows platform, GPathDelim contains the '' character. For the Linux platform, GPathDelim contains the '/' character.

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


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.