FileDialog.access

The file system access scope. See enum Access constants. Warning: 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/1123godot-proposals#1123/url.

  1. FileDialog.Access access [@property getter]
    struct FileDialog
    @nogc nothrow @property
    access
    ()
  2. long access [@property setter]

Meta