Merge pull request #40416 from Calinou/doc-file-data-paths
Mention the Data paths documentation in the File class
This commit is contained in:
commit
9e34ba4855
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue