-
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.