summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2020-07-15 16:10:06 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2020-07-15 16:10:06 +0200
commitd4085d6bfb3ae8e3db79db2d76f77213e576d2a6 (patch)
treed776eb1516c264a6d43d78ad550211ea557376a0 /doc
parentf131daf9723d140d1ace991c5acffcba6c08675b (diff)
Mention the Data paths documentation in the File class
This closes https://github.com/godotengine/godot-docs/issues/3799.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/File.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/File.xml b/doc/classes/File.xml
index b90039e496..20bc39ef1f 100644
--- a/doc/classes/File.xml
+++ b/doc/classes/File.xml
@@ -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>