![]() |
NDEVR
API Documentation
|
Stores program-wide variables for controlling how the software works with file systems. More...
Static Public Attributes | |
| static Resource< bool > | has_directory_read_access |
| Whether the OS allows querying information about sub-folders. | |
| static Resource< bool > | has_directory_write_access |
| Whether the OS allows creating folders. | |
| static Resource< bool > | has_file_create_access |
| Whether the OS allows creating new files. | |
| static Resource< bool > | has_file_read_access |
| Whether the OS allows reading file objects. | |
| static Resource< bool > | has_file_stats_access |
| Whether the OS allows querying file metadata such as size and modification time. | |
| static Resource< bool > | has_file_write_access |
| Whether the OS allows writing to file objects. | |
| static Resource< bool > | has_mtp_support |
| Whether the platform supports Media Transfer Protocol (MTP) for device file access. | |
| static Resource< bool > | has_persistant_storage |
| Whether the file system persists between program sessions. | |
| static Resource< bool > | is_virtual_storage |
| Whether storage is simulated in memory rather than backed by a real file system. | |
| static Resource< bool > | remote_resource_fetch |
| Whether the software is allowed to fetch resources from a remote website. | |
Stores program-wide variables for controlling how the software works with file systems.
Definition at line 11 of file FileOptions.h.