Mention the Data paths documentation in the File class

This closes https://github.com/godotengine/godot-docs/issues/3799.

(cherry picked from commit d4085d6bfb)
This commit is contained in:
Hugo Locurcio 2020-07-15 16:10:06 +02:00 committed by Rémi Verschelde
parent c77492408a
commit 753ff1fad2
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
file.close()
return content
[/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>
<tutorials>
<link>https://docs.godotengine.org/en/latest/getting_started/step_by_step/filesystem.html</link>