avsa242 / sdfat-spin

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

Relax interpretation of filenames #12

Open avsa242 opened 2 years ago

avsa242 commented 2 years ago

Right now in e.g., FOpen(), the filename param must be in a certain format in order to successfully find it. Rewrite this to be more lax. Space-pad the filename if less than 8 chars was given, assume the extension is just three spaces if no extension is given, etc.....