On Thu Jul 10 19:59:52 2025 +0000, Alexandre Julliard wrote:
No, you can also get other DOS devices, or relative path names.
Ah, I see - the Unix path gets fully resolved, but the NT path can be relative if there's a root in the OBJECT_ATTRIBUTES. That makes it very tricky to correct in `get_nt_and_unix_names`.
Perhaps we should just strip trailing slashes in GetFinalPathNameByHandle for now, since we're not going to match native on ObjectNameInformation anyway?