From 753ff1fad276acdc83f0bd935e58ae67c004f3b4 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 15 Jul 2020 16:10:06 +0200 Subject: [PATCH] Mention the Data paths documentation in the File class This closes https://github.com/godotengine/godot-docs/issues/3799. (cherry picked from commit d4085d6bfb3ae8e3db79db2d76f77213e576d2a6) --- doc/classes/File.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/File.xml b/doc/classes/File.xml index dbba0267460..a6a435ff43f 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. https://docs.godotengine.org/en/latest/getting_started/step_by_step/filesystem.html