Skip to content

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

@dadler64

Description

@dadler64

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions