Skill command to dump a cellview

Post date: 2011/05/03 23:48:21

dbWriteSkillWithLib

Create a file that contains all the SKILL comands needed to recreate a cellview.

dbWriteSkillWithLib cv "/tmp/dump.il" "w" "4.4"

The difference between dbWriteSkill and dbWriteSkillWithLib is the library name is not written in the SKILL code when using dbWriteSkillWithLib. Instead a SKILL variable, dbD_NewLibNameForDump, is written whose value can be set to the name of the target library before loading the SKILL file.