Function canonical_path:
Defined in module path (file: /secure/simul_efun/path.c)

Strip out all "." and ".." forms from a path.  Remove double slashes.
Ensure the path has a leading slash.

Prototype:
string canonical_path(string path);
