Dmd 2.062, Win 8 x64 Example from
http://forum.dlang.org/thread/[email protected] crashes here
dfiles = dirEntries(compiler.srcDestination, "*.d", SpanMode.depth);files = dfiles.array;
And "absolutePath" also is broken (as it is use a getcwd as default param)
As I assume, all related errors come from bugs in std.utf module?
