Mention the Data paths documentation in the File class
This closes https://github.com/godotengine/godot-docs/issues/3799.
This commit is contained in:
parent
f131daf972
commit
d4085d6bfb
|
@ -20,6 +20,7 @@
|
||||||
file.close()
|
file.close()
|
||||||
return content
|
return content
|
||||||
[/codeblock]
|
[/codeblock]
|
||||||
|
In the example above, the file will be saved in the user data folder as specified in the [url=https://docs.godotengine.org/en/latest/tutorials/io/data_paths.html]Data paths[/url] documentation.
|
||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
<link>https://docs.godotengine.org/en/latest/getting_started/step_by_step/filesystem.html</link>
|
<link>https://docs.godotengine.org/en/latest/getting_started/step_by_step/filesystem.html</link>
|
||||||
|
|
Loading…
Reference in New Issue