Hacker News new | ask | show | jobs
by p_ing 154 days ago
> Start with eliminating drive letters.

Drive letters are there for the presentation layer and of course backwards compat. Windows refers to them using device paths internally. You can too, if you wish.

https://learn.microsoft.com/en-us/dotnet/standard/io/file-pa...