dbHasAutoSavedFile
dbHasAutoSavedFile(
t_libName
t_cellName
t_viewName
)
=> t / nil
Description
Determines whether the specified cellview has an auto-saved file.
Arguments
Values Returned
|
The auto-save file is not present in the specified cellview. |
Examples
;Check if auto-save file is present in cellview testing1
dbHasAutoSavedFile("designLib" "testing1" "layout1")
=>t
; Open the auto-save file
CV1 = dbOpenAutoSavedCellView("designLib" "testing1" "layout1")
db:0x08a1ec92
Return to top