On 11/16/2016 09:17 PM, Zoffix Znet via RT wrote:
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"
I.ve seen that too in the code, i'd just thought to mention it. In the
mean time I can get by using the method abspath().
Thanks,
Marcel