Adahm
Guest
Bye to all,
I’m looking for the way to select a windows folder, so you can use it as a destination in saving some files.
I found this code:
but it opens me a somewhat obsolete window that does not allow me an easy navigation.
There is also this other way I use in access to do the same thing:
but in inventor does not work.
looking on autodesk chats, I think I understand that in inventor you can open or save files using windows selection windows, but not to select folders.
Does anyone know anything more?
I’m looking for the way to select a windows folder, so you can use it as a destination in saving some files.
I found this code:
Code:
dim shellapp as object
'create a file browser window in the default folder
shellapp set = createobject("shell.application"). _
browseforfolder(0, "choose the folder", 0, openat)
...
There is also this other way I use in access to do the same thing:
Code:
...
set fd = application.filedialog(msofiledialogfolderpicker)
...
looking on autodesk chats, I think I understand that in inventor you can open or save files using windows selection windows, but not to select folders.
Does anyone know anything more?