Merge pull request #40416 from Calinou/doc-file-data-paths

Mention the Data paths documentation in the File class
This commit is contained in:
Rémi Verschelde 2020-07-15 20:28:04 +02:00 committed by GitHub
commit 9e34ba4855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>