diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-07-15 20:28:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 20:28:04 +0200 |
commit | 9e34ba48556b71f1f672b5be47d12b0e3f679b86 (patch) | |
tree | 84e419846f713446f8a84d3a3698c5310d4d72cf | |
parent | 1ceb3d99a9fe4d8857fcd9cd6e96ac47ec3e266d (diff) | |
parent | d4085d6bfb3ae8e3db79db2d76f77213e576d2a6 (diff) |
Merge pull request #40416 from Calinou/doc-file-data-paths
Mention the Data paths documentation in the File class
-rw-r--r-- | doc/classes/File.xml | 1 |
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> |