Trying to make a save system what is the Godot 4 equivalent of the word File
Godot 4 equivalent for File
- Best Answerset by The_Grass_man
The_Grass_man maybe this can help:
File is now FileAccess and open() is now a static method that returns such object. To then check for errors, call file_access.get_error()