Selaa lähdekoodia

Merge pull request #40416 from Calinou/doc-file-data-paths

Mention the Data paths documentation in the File class
Rémi Verschelde 5 vuotta sitten
vanhempi
commit
9e34ba4855
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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>