Jump to content

PathPolicyCheckResult Class

From Qt Wiki
Revision as of 06:03, 29 January 2026 by Kiki.ji (talk | contribs) (Created page with "< Qt for HarmonyOS / qtohosextras doc = PathPolicyCheckResult Class = The PathPolicyCheckResult struct contains the result of a file permission check request for a specified path, indicating whether access is granted or denied. More... {| class="wikitable" !Header: |#include <PathPolicyCheckResult> |- !qmake: |QT += ohosextras |- !Since: |Qt 5.12.12 |} * List of All Members for PathPolicyCh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Qt for HarmonyOS / qtohosextras doc

PathPolicyCheckResult Class

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 <PathPolicyCheckResult>
qmake: QT += ohosextras
Since: Qt 5.12.12

Public Variables

QtOhosExtras::FileShare::PathPolicy policy
bool result

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

QtOhosExtras::FileShare::PathPolicy PathPolicyCheckResult::policy

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.