Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows: always chmod(, 0666) before unlink().
On Windows, read-only files cannot be deleted. To make sure that deletion does not fail because of this, always call chmod() before unlink(). Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
- Loading branch information