Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
LSKELLY
606 Views, 4 Replies

How to get last SaveAs path in iLogic?

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")