Recursive delete

You can: - Delete a directory and its contents, and optionally subdirectories and their contents, with “Delete directory” - Delete the contents of a directory, with "Delete File(s)"You can’t: - Delete the contents of a directory, and all subdirectories and their contents, without removing the directory itself.Perhaps a “recursive” option on “Delete File(s)”? I request this as the “Delete directory” very often seems to fail, complaining that some process is using the directory.Steve

Steve,

I see this issue a lot too. I don’t know if it’s a FB issue or Windows issue, but to work around it I set the repeat to 3 and the time to 1000ms between trys. My guess is that the process that is queueing up the files to be deleted is running faster than the process that is closing handles/references for those files, or something like that.


And to the FB Team:
Here’s a related issue, 100% reproducable:
Open a solution in Visual Studio
Use Final Builder to delete the directory
The directory becomes a “zombie” - you can’t browse it, rename it, delete it or anything. It acts like it’s not even there. But if you try to create another directory with the same name, it will fail. The only way to fix this is to reboot and the directory will be gone. Again I don’t know that this is a an FB issue or a windows issue.

Nice workaround, I’ll try that!

Steve

I am repeating 3 times still this action failing- can someone give any other suggestion?

What is the error reported? It’s difficult to help with so little information.

I am also facing this problem from time to time. The error is “Access denied” as if someone still has a handle open to the directory.