ddIsObjReadable
ddIsObjReadable(
b_objId
)
=> t / nil
Description
Returns t if the object specified by b_objId can be read by the current process.
If the library containing the object has a temporary directory, this functions 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
Value Returned
Example
ddIsObjReadable( myViewFile ) => t
Related Topics
Return to top