Updated the remove_directory() function to clear the directory attributes before...
commit2f66f6b662840e9004651b0b4eb1d7dd7e7ea809
authorLoRd_MuldeR <mulder2@gmx.de>
Mon, 5 Jan 2015 20:42:20 +0000 (5 21:42 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Mon, 5 Jan 2015 20:42:20 +0000 (5 21:42 +0100)
tree2910e7afdc4dbe62acbadd66e062ef1a1a827589
parentc3a7afa5093f3611d1f019aeaebc996b45421f8a
Updated the remove_directory() function to clear the directory attributes before trying to delete the directory. It turns out that, on the Windows platform, directories *can* be read-only - despite the fact that the Windows Explorer can NOT set (or clear) the "read-only" flag for directories and despite the fact that Windows Explorer seems to totally ignore the "read-only" fag when it has been set somehow.
src/Global.cpp