Describe the bug
Amaze won't rename an file to the same filename with lowercase. It says "a file with the same name already exists"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Renaming of the file
Smartphone (please complete the following information):
Are you renaming files on your phone, or remote files? If this is the case, since FAT filesystem is case insensitive, rename .PNG to .png would not work since they will be pointing to the same file.
I'm working from my phone.
I think it's on an ext4 FS.
You can write a hack that will firstly rename to a temporary name, then to the desired new name.
Wuoah!! Really creative thinking there 馃槂 maybe we'll pick it up
@VishalNehra Shall make use of File.getCanonicalPath() to detect file existence.
Dupe #773
Most helpful comment
I'm working from my phone.
I think it's on an ext4 FS.
You can write a hack that will firstly rename to a temporary name, then to the desired new name.