Decided to play around with this for a bit. Made a "proof of concept" library:
I suggest using GetFullPathNameW instead of GetCurrentDirectory + manual path appending / normalization. It's also what CoreFX seems to be doing.
Vladimir Panteleev via Digitalmars-d Sat, 22 Sep 2018 14:05:48 -0700
Decided to play around with this for a bit. Made a "proof of concept" library:
I suggest using GetFullPathNameW instead of GetCurrentDirectory + manual path appending / normalization. It's also what CoreFX seems to be doing.