Converts a directory specifier to the UNIX format.
classprocedure 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.