On Wed, Jul 1, 2009 at 5:32 PM, Michael Rueger <m.rueger@acm.org> wrote:
Igor Stasenko wrote:

> how then i could write a 'FileDirectory default' in terms of URIs?
> 'file://.' asURI ?

No, you would still write FileDirectory default :-)

But then you would do something like

(FileDirectory default uri resolveRelativePath: 'myDir/images') directory

I think I would obliterate FileDirectory and write something more like "FileSystem default defaultDirectory", which would answer a URI.

- Stephen