avsa242 / sdfat-spin

FAT-fs on SD implementation for the P8X32A/Propeller, P2X8C4M64P/Propeller 2
Other
0 stars 0 forks source link

frename() doesn't check for the existence of a file with the new name #23

Closed avsa242 closed 6 months ago

avsa242 commented 6 months ago

It doesn't check for an existing file with the requested new name; all it does is compare the old and new file name strings. This should still be checked, but a check for a file on disk with the new name needs to be added.