From b0a6439df9ba0b1b8e5fe168001d11f99aea873e Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 1 Sep 2020 00:58:51 +0200 Subject: [PATCH] doc/FileDialog: warn about access limitations in sandboxed apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: RĂ©mi Verschelde (cherry picked from commit 1ddb0e56ac37925fe210a631daad7216a10fc8da) --- doc/classes/FileDialog.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml index 866a3a7c357..b2040f55f67 100644 --- a/doc/classes/FileDialog.xml +++ b/doc/classes/FileDialog.xml @@ -57,6 +57,7 @@ The file system access scope. See enum [code]Access[/code] constants. + [b]Warning:[/b] Currently, in sandboxed environments such as HTML5 builds or sandboxed macOS apps, FileDialog cannot access the host file system. See [url=https://github.com/godotengine/godot-proposals/issues/1123]godot-proposals#1123[/url]. The current working directory of the file dialog.