rmdirSyncRecursive: Keep folder, but remove subtree? #94
Labels
No labels
Bug
Enhancement
Feature Request
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/wrench-js#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am needing to clear the contents of a folder before my app launches. As the permissions are normally
-rw-rw-rwi can't chmod it, it seems...but I can remove it. But the documentation reads, that it will also remove the directory whose sub-tree was removed. How can I ensure that this won't happen?Kind regards, Ingwie