Obtain permissions of path¶
saf_getInfo_permissions is a function defined in info.c.
Synopsis:
-
int
saf_getInfo_permissions(const SAF_PathInfo info)¶
Formal Arguments:
info: [IN] database info object obtained from a saf_readInfo_path call.
Description: This function returns the permissions of the path queried with saf_getInfo_path.
Parallel Notes: Independent semantics only
See Also:
- saf_readInfo_path: 6.10: Load information from the specified path
- Path Info: Introduction for current chapter