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.