On Thu Jul 10 18:30:57 2025 +0000, Tim Clem wrote:
Ah, true, didn't think that NtCreateFile behavior might differ. It doesn't, and I'll update the tests. As for other possible formats, does it suffice to skip other prefixes using `get_dos_prefix_len`, like `nt_to_unix_file_name_no_root` does? After such a prefix, I should always have a drive letter path, right? Otherwise previous parts of `get_nt_and_unix_names` will have set a non-zero status, I think.
No, you can also get other DOS devices, or relative path names.