Message 1 of 2
isavebak reactor for cloud based file location
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm not familiar with reactors, but in a need of one to make ISAVEBAK to depend on file location. For dwgs opened from or saved to Sharepoint cloud synced directory, i'd like to have to original dwg maintained when edited, otherwise the .bak functionality is used.
(setvar dirpart "folder name")
(cond ((wcmatch (getvar 'dwgprefix dirpart)) (setvar 'isavebak 0))
(t (setvar 'isavebak 1))
thank you