Qt for HarmonyOS/qtohosextras doc/PathPolicyCheckResult Class
PathPolicyCheckResult Class
(QtOhosExtras::FileShare::PathPolicyCheckResult)
The PathPolicyCheckResult struct contains the result of a file permission check request for a specified path, indicating whether access is granted or denied. More...
| Header: | #include |
| qmake: | QT += ohosextras |
| Since: | Qt 5.12.12 |
Public Variables
Detailed Description
The PathPolicyCheckResult struct contains the result of a file permission check request for a specified path, indicating whether access is granted or denied.
Member Variable Documentation
This variable holds the requested path and the corresponding operation mode information.
See also PathPolicy.
bool PathPolicyCheckResult::result
This variable holds the outcome of the permission check for the requested path and operation mode.