FileDialog.Access/access - multiple declarations
Function FileDialog.access
The file system access scope. See enum Access constants.
Enum FileDialog.Access
enum Access
: int { ... }
Enum members
| Name | Description |
|---|---|
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://).
|