Mention the Data paths documentation in the File class

This closes https://github.com/godotengine/godot-docs/issues/3799.
This commit is contained in:
Hugo Locurcio 2020-07-15 16:10:06 +02:00
parent f131daf972
commit d4085d6bfb
1 changed files with 1 additions and 0 deletions

View File

@ -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>