March 28, 2013
2:17 p.m.
On Mar 28, 2013, at 3:13 PM, Tudor Girba <tudor@tudorgirba.com> wrote:
'file:d:/' asUrl ==> file:///d%3A/ 'file://d:/' asUrl ==> file://d:/
The second looks nice, but: 'file://d:/' asUrl asFileReference ==> File @
The problem seems to be that: 'file://d:/' asUrl pathString ==> ''
:(
was Url ever integrated with FileSystem? I know there was some work for ZnUrl... Marcus