Add FileAccess.store_string_as_file()
#13110
timothyqiu
started this conversation in
Engine Core
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we have the static method
get_file_as_string()
to easily get file content as aString
.There are also needs to save one
String
as a text file, e.g., saving the return value ofJSON.stringify()
as a JSON file. So I suggest adding a corresponding static method.Beta Was this translation helpful? Give feedback.
All reactions