techCopyTechFile
techCopyTechFile(d_techIDt_newTechDBName t_path[g_deleteOriginal] ) =>d_newtechID/ nil
Description
Copies a technology database to a new location and optionally deletes the original. This function is especially useful for separating technology data out of libraries that contain both design data and technology data as it will copy only the technology data.
Arguments
Value Returned
Example
techCopyTechFile(tfID "newTechLib" "/usr2/lukan/4.4data" t)
=> t
Copies the technology database identified by tfID to a new database called newTechLib and reattaches the contents of the original database to the new technology database.
Return to top