April 16, 2026
8:56 p.m.
file_Delete wraps DeleteFileW, honouring the Force flag by clearing readonly attributes. folder_Delete recursively removes contents via the existing delete_file/delete_folder helpers, then RemoveDirectoryW. Both Move methods wrap MoveFileW. -- v2: scrrun: Implement IFile::Move and IFolder::Move. scrrun: Implement IFile::Delete and IFolder::Delete. https://gitlab.winehq.org/wine/wine/-/merge_requests/10680