Skip to content

Commit

Permalink
Merge pull request godotengine#40416 from Calinou/doc-file-data-paths
Browse files Browse the repository at this point in the history
Mention the Data paths documentation in the File class
  • Loading branch information
akien-mga authored Jul 15, 2020
2 parents 1ceb3d9 + d4085d6 commit 9e34ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/File.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9e34ba4

Please sign in to comment.