function GetCanonicalPath(const Path: string): string; virtual;
Description
Call the GetCanonicalPath method to canonize the given path name to the canonical one. GetCanonicalPath converts path names containing ".." components or relative path names without a leading slash into canonical paths.
Parameters:
• | Path - original path which should be resolved into the canonical path. |
• | Result - returns the resolved canonical path. |
See also