Skip to content

Fix deleting a directory not removing all files or subdirs at once

Christopher Schinnerl requested to merge fix-delete-dir into master

Users reported that deleting a directory doesn't necessarily delete the whole directory at once. The reason being that we currently don't consider already open files. This MR fixes that.

TestSiaDirDelete was added to check this edge case.

Closes #3569 (closed)

Edited by Christopher Schinnerl

Merge request reports