mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
State the implementation of HTML5 export for user:// path in Data Paths (#5418)
This commit is contained in:
@@ -42,6 +42,10 @@ Linux, ``~/Library/Application Support/Godot/app_userdata/Name`` on macOS (since
|
|||||||
name defined in the Project Settings, but you can override it on a per-platform
|
name defined in the Project Settings, but you can override it on a per-platform
|
||||||
basis using :ref:`feature tags <doc_feature_tags>`.
|
basis using :ref:`feature tags <doc_feature_tags>`.
|
||||||
|
|
||||||
|
On HTML5 exports, ``user://`` will refer to a virtual filesystem stored on the
|
||||||
|
device via IndexedDB. (Interaction with the main filesystem can still be performed
|
||||||
|
through the :ref:`JavaScript <class_JavaScript>` singleton.)
|
||||||
|
|
||||||
Converting paths to absolute paths or "local" paths
|
Converting paths to absolute paths or "local" paths
|
||||||
---------------------------------------------------
|
---------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user