On Wed Jul 9 16:36:21 2025 +0000, Alexandre Julliard wrote:
This should most likely be done client-side. In general the server doesn't interpret the NT path, it just passes it through.
v2 does this in ntdll. `get_nt_and_unix_names` seemed like the most sensible place to me, but I'm open to suggestions obviously.