Renaming a file on client to same name without capital letters caused no such file or directory erorr
hYdos opened this issue · 2 comments
hYdos commented
Describe the bug
Renaming a file on client to same name without capital letters caused no such file or directory erorr
To Reproduce
Steps to reproduce the behavior:
- Create a file called BOOT.NDS
- Try rename the file to boot.nds
- See error
Expected behavior
The file will be renamed to boot.nds
Platform (please complete the following information):
- System 3DS
- System version Latest 11.16 EU
- Launch method Home Menu CIA
- Type CIA
- Classic? No
Masamune3210 commented
Rename it something else and then rename it back to whatever you want but in Captials, Windows has the same limitation so it wouldn't be surprising if its a 3DS filesystem service limitation
mtheall commented
FAT32 is case-insensitive. It's an error to rename a file to itself.