ddGetObjAccess
ddGetObjAccess(b_objId t_which) =>t_access/ nil
Description
Retrieves the UNIX access rights of the person specified by t_which to the object designated by b_objId.
If the library containing the object has a temporary directory, this function looks for the object in the temporary directory first; if it is not found, it looks for it in the master directory. However, if the object itself is a library, this function returns information about the library, not its temporary directory.
Arguments
|
The values for which may be |
Value Returned
|
A string consisting of the letters |
|
Examples
ddGetObjAccess( TTL7400libraryId "o" ) => "rwx"
Return to top