$io.getCanonicalPath

Returns the canonical path of a file.
Syntax
    $io.getCanonicalPath
Documentation$io.getCanonicalPath{siteforum_path}:
Returns the canonical path of a file. A canonical path is a) absolute and b) unique on the host system. For a more exhaustive description look at the Java API documentation for java.io.File.
    Paramter:
      1 - path in SITEFORUM protocol notation.
    Returns:
      Canonical version of the path.
    Throws:
Examples
$io.getCanonicalPath{public://index.html}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1