Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
windows - wait to file to unlock for removal
while removing dir or file, it happens that EBUSY error could happen with file being used and lock. This is a simple way to wait for file to be unlocked, with a fail safe of max try to avoid infinite loop.
- Loading branch information