ddGetObjReadPath
ddGetObjReadPath(
b_objId
)
=> t_path / nil
Description
Returns the read path to b_objId.
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 is a library, this function returns the path to the library, not to the temporary directory.
If you want to read the file, get its read path. If you want to write the file, get its write path.
Arguments
Value Returned
Examples
f = ddGetObjReadPath( file1 ) => "/tmp/l1.lib/c1/v1/sch.oa"
Return to top