Handling file-system paths in Windows can have many subtleties, and it’s easy to forget how some of this very intricate system works under the covers.
Happily, a .NET developer has started blogging a bit about file paths, presumably as they work to improve .NET’s handling of paths longer than the legacy MAX_PATH limit of 260 characters:
Also not to be missed are blog posts about Windows’ handling of File URIs:
-Eric