Details
-
Task
-
Resolution: Fixed
-
Major
-
69,880
Description
Eric's readonly fix from r69880 is correct, but our CopyFile seems to be broken and now fails to overwrite read-only files.
https://reactos.org/sites/all/modules/reactos/testman/compare.php?ids=43527,43530
Looks like we should use FILE_SUPERSEDE rather than FILE_OVERWRITE_IF. Unfortunately CreateFile doesn't allow this flag.