On Wed, 16 Nov 2016 03:01:30 -0800, mt1...@gmail.com wrote: > Hi, > > On windows the path created by method resolve on windows is prefixed > with a '\' which is wrong > > e.g. in project config-datalang-refine on appveyor the statement > > say 'Resolve: ', '.'.IO.resolve.Str; > > displays > > Resolve: \C:\projects\config-datalang-refine > > It shows a backslash before the volumename > > > Regards, > > Marcel > >
That's probably not the only thing broken. The comment in the method (and the docs) says "# XXXX: Not portable yet; assumes POSIX semantics"