Converts a directory specifier to the UNIX format.
class procedure NormalizePath( var APath: string );
Parameters |
Description |
APath |
Directory to be normalized. |
NormalizePath is a class procedure that converts the directory specified in APath to the UNIX directory syntax. NormalizePath will convert all "" characters to the UNIX path separator "/". NormalizePath does NOT convert device names.
NormalizePath returns the converted path specifier in the APath parameter.
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. |