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
