Frequently used subfolders

Frequently used subfolders

Anonymous
Not applicable
433 Views
5 Replies
Message 1 of 6

Frequently used subfolders

Anonymous
Not applicable
Is there a way to get the list of frequently used subfolders from the API?
I can get the Workspace and the Libraries, but can not find anything in API help or in this forum on how to list the frequently used subfolders...
Yes, I am designing my own save as dialog 🙂

Ronny
0 Likes
434 Views
5 Replies
Replies (5)
Message 2 of 6

Anonymous
Not applicable
I'm not sure what you mean by "frequently used subfolders". Where in
Inventor's user-interface does a list like this show up?
--
Brian Ekins
Autodesk Inventor API
0 Likes
Message 3 of 6

Anonymous
Not applicable
You specify frequently used subfolders in the project file, they show up in the "Places" (the blue area in the upper left corner) in save and open dialogs. It is like short cuts to your frequently used subfolders 🙂

Ronny
0 Likes
Message 4 of 6

Anonymous
Not applicable
Thanks for the explanation, I understand now. Sorry but these are not
currently exposed through the API. As a workaround you can get the project
file using the FileLocations.FileLocationsFile property and open and read
it. It's in xml format and not difficult to figure out. The downside to
this is that it is more work and there's no guarantee the format will remain
the same from release to release.
--
Brian Ekins
Autodesk Inventor API
0 Likes
Message 5 of 6

Anonymous
Not applicable
Thanks, Brian.
Are there any plans for this in future releases?

Ronny
0 Likes
Message 6 of 6

Anonymous
Not applicable
It's not currently scheduled but is something we should do in the future.
--
Brian Ekins
Autodesk Inventor API
0 Likes