03-05-2020
06:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-05-2020
06:11 AM
When you "SaveAs" a new document in Inventor it defaults to the last saved path.
How do I get this path as a string value in iLogic?
I expect it should look something like this:
MessageBox.Show(ThisApplication.LastSaveAsPath(), "Last SaveAs Path")
Solved! Go to Solution.