Open
Description
Windows files are not case sensitive but the filenames do store capital letters. Hence when trying to make a filename lower case "move" won't work because the new file already exists. Workaround is to move it twice but maybe that should be part of the fs.move or there should be an fs.rename.