ddMapGetFileTool
ddMapGetFileTool(b_fileObjId) =>t_fileTool/ nil
Description
Looks up the data format registered in the registry for b_fileObjId’s file name, and returns the tool name of the preferred editor (if there is one) or the default editor which is registered for that data format.
Arguments
Value Returned
Examples
vf = ddGetObj( "l1" "c1" "v1" "sch.oa" )
ddMapGetFileTool( vf ) => "Composer-Schematic"
Return to top