[Git][wine/wine][master] 4 commits: scrrun: Implement IFile::Delete.
Alexandre Julliard pushed to branch master at wine / wine Commits: 221406c0 by Francis De Brabandere at 2026-05-01T22:12:32+02:00 scrrun: Implement IFile::Delete. Wrap DeleteFileW, honouring the Force flag by clearing the readonly attribute before retrying. - - - - - dde5be20 by Francis De Brabandere at 2026-05-01T22:12:35+02:00 scrrun: Implement IFolder::Delete. Recursively remove contents via the existing delete_file/delete_folder helpers, then RemoveDirectoryW. Honour the Force flag on the folder itself by clearing readonly attributes before retrying. - - - - - 962a4a04 by Francis De Brabandere at 2026-05-01T22:12:37+02:00 scrrun: Implement IFile::Move. Wrap MoveFileW on the stored path. - - - - - cfb2b4fc by Francis De Brabandere at 2026-05-01T22:12:39+02:00 scrrun: Implement IFolder::Move. Wrap MoveFileW on the stored path. - - - - - 2 changed files: - dlls/scrrun/filesystem.c - dlls/scrrun/tests/filesystem.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ad17aed55c6f986d07c9874ddfe101... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ad17aed55c6f986d07c9874ddfe101... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)