Closed seanmwalker closed 10 years ago
Updating wrench rmdirSyncRecursive to support permissions issues for Windows. We now set read/write permissions to all before we try to remove the file. This is a quirk of Windows file systems. Also added a simple test for rmdirSyncRecursive.
Found an issue when adding a few more tests, will redo a pull when it's more tested.
Updating wrench rmdirSyncRecursive to support permissions issues for Windows. We now set read/write permissions to all before we try to remove the file. This is a quirk of Windows file systems. Also added a simple test for rmdirSyncRecursive.