Closed bpseudopod closed 1 year ago
The File class no longer exists in Godot 4.0, being replaced with the FileAccess class. FileAccess makes it easier to open files, and closes files automatically when it leaves scope. file_io.md for 4.0 has been updated to reflect the new API.
File
FileAccess
file_io.md
Superseded by later edits. Thanks!
The
File
class no longer exists in Godot 4.0, being replaced with theFileAccess
class.FileAccess
makes it easier to open files, and closes files automatically when it leaves scope.file_io.md
for 4.0 has been updated to reflect the new API.