-
Notifications
You must be signed in to change notification settings - Fork 4
Replace java.io.File with java.nio.Files #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request