Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax interpretation of filenames #12

Open
2 tasks done
avsa242 opened this issue Jun 18, 2022 · 0 comments
Open
2 tasks done

Relax interpretation of filenames #12

avsa242 opened this issue Jun 18, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@avsa242
Copy link
Owner

avsa242 commented Jun 18, 2022

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

  • pad short filenames to 8.3 format
  • convert full filename to uppercase
@avsa242 avsa242 added the enhancement New feature or request label Jun 18, 2022
@avsa242 avsa242 self-assigned this Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant