Trying to make a save system what is the Godot 4 equivalent of the word File

  • JusTiCe8 replied to this.
  • 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()

    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()