- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I want to create a custom Save button that will save an open .dwg file to two different locations simultaneously.
The scenario would be that I'm making a change to an existing .dwg file that is located on our corporate server. A project manager out at the job site accesses a copy of this file through a shared Dropbox account, or some similar cloud service. When I make the updates and hit this new Save button, the file saves to it's native location and also saves (or creates a copy) to this cloud folder. This way the project manager always has access to the most recently saved version of the file and I don't need to remember to manually send them a copy every time I hit Save.
I'm familiar with creating/modifying buttons and very basic commands in the CUI, but have no idea where to start with the coding to achieve this solution. One part of the button command would be to save (overwrite) to the original file location (which varies). The other part of the command would be to save the file (or overwrite existing) to the cloud based folder. That folder would always be the same destination, and would be connected to my desktop through a connector app, so the file path should be able to remain consistent.
Can anyone help me with this? I just need to know how that code would be written and how to apply it to a custom Save button that I've created.
Much appreciated!
Solved! Go to Solution.