July 1, 2009
8:28 p.m.
Schwab,Wilhelm K wrote:
One thing that seems to be missing is a good abstraction of relative paths, and some type of #, message to allow relative ones to be tacked onto full ones (FileDirectory etc.)??
In Sophie and to an even larger extent in an experimental fork I based everything on URIs using resolveRelativePath: where needed. The resolving rules for URIs are well spec'ed and deal with both relative and absolute paths. Platform specific path strings are created only when needed. Michael