phobo's std.file is completely broke!
Adam D. Ruppe
destructionator at gmail.com
Sat Sep 15 12:38:41 UTC 2018
On Saturday, 15 September 2018 at 10:57:56 UTC, Josphe Brigmo
wrote:
> Phobos *NEEDS* to be modified to work with these newer OS's.
You need to look at the source code before posting. The code for
remove is literally
DeleteFileW(name);
it is a one-line wrapper, and obviously uses the unicode version.
https://github.com/dlang/phobos/blob/master/std/file.d#L1047
More information about the Digitalmars-d
mailing list