Zhiyi Zhang (@zhiyi) commented about dlls/kernelbase/file.c:
SetLastError( ERROR_INVALID_PARAMETER ); return FALSE; }
- if (wcsncmp(dest, L"\\?\", 4) && wcslen(dest) >= MAX_PATH )
What if the process is long-path-aware? Please see https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-lim...