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.....
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.....