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

Replace java.io.File with java.nio.Files #3

Open
dadler64 opened this issue Nov 13, 2019 · 0 comments
Open

Replace java.io.File with java.nio.Files #3

dadler64 opened this issue Nov 13, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dadler64
Copy link
Owner

dadler64 commented Nov 13, 2019

Details

The class java.io.File is old and even though it is not (yet) depreciated I plan on swapping it out for java.nio.Files and java.io.Path in order to better support future Java versions in the unlikely event that java.io.File gets depreciated.

This may be the alternative (and long term) fix to resolve the save file issue. This may help simplify and modernize file handling for loading and saving files.

@dadler64 dadler64 added the enhancement New feature or request label Nov 13, 2019
@dadler64 dadler64 self-assigned this Nov 13, 2019
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