GetRealPath (open)

Returns an absolute pathname that resolves to the same directory entry as path, without using '.', '..', or symbolic links.

Syntax

LOADLIB "wh::files.whlib";

STRING FUNCTION GetRealPath(STRING path)

Parameters

STRING path

Path to resolve

Return value

STRING

Resolved absolute path name