avsa242 / sdfat-spin

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

frename(): operate directly on directory entries #33

Closed avsa242 closed 7 months ago

avsa242 commented 7 months ago

Much like #31, currently, the file is fopen()'d to read/use its metadata to rename it. Rewrite it so it operates directly on the directory entries.