PathPolicy Class
< Qt for HarmonyOS / qtohosextras doc
PathPolicy Class
The PathPolicy struct encapsulates information required to request file access permissions for a specified path. More...
| Header: | #include <PathPolicy> |
|---|---|
| qmake: | QT += ohosextras |
| Since: | Qt 5.12.12 |
Public Variables
| QtOhosExtras::FileShare::OperationModes | operationModes |
| QString | path |
Detailed Description
The PathPolicy struct encapsulates information required to request file access permissions for a specified path.
Member Variable Documentation
This variable holds the types of access being requested for the file.
See also: OperationMode.
QString PathPolicy::path
This variable holds the path for which access permission is requested.