FileDialog.Access/access - multiple declarations

Function FileDialog.access

The file system access scope. See enum Access constants.

FileDialog.Access access() nothrow @property @nogc;

void access (
  long v
) nothrow @property @nogc;

Enum FileDialog.Access

enum Access : int { ... }

Enum members

NameDescription
accessFilesystem The dialog allows accessing files on the whole file system.
accessResources The dialog only allows accessing files under the Resource path (res://).
accessUserdata The dialog only allows accessing files under user data path (user://).