Alexandre Julliard pushed to branch master at wine / wine
Commits: 9981624a by Roman Pišl at 2025-03-18T22:26:22+01:00 kernel32/tests: Test ReplaceFileW with forward slashes.
- - - - - 0f88f7e1 by Roman Pišl at 2025-03-18T22:26:22+01:00 kernelbase: Handle correctly paths with forward slashes in ReplaceFileW.
PathRemoveFileSpecW keeps only the drive if the path contains all forward slashes as shown in tests.
But then the temporary file is created in the root folder which fails for drive Z:.
- - - - -
2 changed files:
- dlls/kernel32/tests/file.c - dlls/kernelbase/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fe9f70fb3ac800359585d822a06fce...