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

Reply via email to