Internet Direct (Indy) Version 9.0.2 Beta
TIdURI.NormalizePath
Converts a directory specifier to the UNIX format.

class procedure NormalizePath(var APath: string);
Parameters
var APath: string
Directory to be normalized.

Description
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 seperator "/". NormalizePath does NOT convert device names.

NormalizePath returns the converted path specifier in the APath parameter.