PFSNameToUnixName:
PROC [ file:
PATH ]
RETURNS [
ROPE ];
For views that use the unix file system, returns the unix name corresponding to file. The implementor should try to avoid file system access; however, to implement the translation of file!H file system access will, of course, be needed. If no unix name can be deduced, returns NIL.