Internet Direct (Indy) Version 9.0.2 Beta
GPathDelim
Identifies the platform-specific path delimiter character.

GPathDelim = '\';
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.