Parcourir la source

Mention the Data paths documentation in the File class

This closes https://github.com/godotengine/godot-docs/issues/3799.
Hugo Locurcio il y a 5 ans
Parent
commit
d4085d6bfb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      doc/classes/File.xml

+ 1 - 0
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>