Identifies the platform- or operating system-specific path delimiter character.
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
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |