Message 1 of 18
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What range of operations can we do on a closed file with LISP without opening the file?
and how to do it?
Of course, I will need to run the Lisp from another open file,
but the operation will be on a closed file.
For example,
I want to add layers,
delete layers,
freeze layers,
search layers
delete a specific LAYOUT from one or multiple files,
unload specific XREF from a file.
but I don't want to open the files,
or it take a long time to open the file only cos there is one layout that make it heavy.
myb it can be divided between getting information about a closed file
and do things on the closed file and saving the changes?
Solved! Go to Solution.