Message 1 of 4
Active document path location vb.net

Not applicable
10-29-2015
03:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I need to get the active file location, but I can only retrive a files entire location and name with the following code...
Dim inventorApp As Inventor.Application inventorApp = GetObject(, "Inventor.Application") MsgBox(inventorApp.ActiveDocument.FullFileName)
How can I do this, also is it possible to check if that document has been saved first?