ddGetObjFiles
ddGetObjFiles(b_objId) =>l_files/ nil
Description
Lists all the files found in the object. This includes files found in both the master and temporary directories.
Arguments
Value Returned
Examples
l = ddGetObj( "l1" )
fl = ddGetObjFiles( l ) => (dd:2660732 dd:2660692)
fl ~> name => ( "test.ckpt" "cdsinfo.tag" )
Return to top