drDumpDrf
drDumpDrf(t_fileName[g_saveChange] ) =>t/ nil
Description
Dumps all of the display resource data from virtual memory or only the changes made in virtual memory into a file.
Arguments
Value Returned
Examples
drDumpDrf("/usr1/smith/display.drf")
=> t
Saves all display resource data in virtual memory to the file display.drf in the directory /usr1/smith.
drDumpDrf("/usr1/smith/display.drf" t)
=> t
Saves display resource data changed in virtual memory during the design session to the file display.drf in the directory /usr1/smith.
Return to top