File analysis to check the binding capabilities of the path.
Using nmbs::binding::ProfileSupportFlags you can then use classic binary logic to see which binding profiles could potentially be supported by this file. Note that this ignores rights! For example, sidecar will be reported as supported for files in /etc/... as it is entirely possible that a readonly file can have a sidecar. Users should use the relevant "access_mode" function checks to verify if a binding profile has e.g. read or write access.
This function is written for speed, but it does necessarily perform several IO operations. Care should be taken to cache the result if possible.
- Since
- 1.0.0
- Parameters
-
- Returns
- nmbs::binding::flags containing all information about the path parameter