April 16, 2026
6:46 a.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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10680