Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have several thoussand drawings that need certain actions performed on them. I have a script that opens each file in turn, loads a Lisp routine that performs the desired actions, closes trhe current one, and moves on to the next.
So far so good. My problem is that I don't want to perform certain actions on drawings that aren't from a "trrusted source." Is there any way for a Lisp routine to determine if a drawing is "trusted" after it's opened?
I know DWGCHECK turns trusted checking on and off, but that's not what I want. I also know that the status bar shows a suitable "trusted/not trusted" icon. Is there a readable system variable that controls this?
Thanks
Bill
Solved! Go to Solution.