Autodesk Vault Customization
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to move Files in Vault...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi to all,
i'am not sure whats the right way to move Files in Vault from one Folder to another.I use the Methode MoveFile, that works fine but the reference to an Assembly is lost. How can i do it right?
For example i move Part a.ipt form Folder A to Folder B. The a.ipt is used in the assembly x.iam. After moving the part, inventor can't find a.ipt when check out and open.
Thanks for your help
Michael
Re: How to move Files in Vault...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
In Vault 2011 and earlier, if you move a part, you are expected to also check out any assemblies that reference the part, update the assemblies using the CAD API and check them all back in. It's a lot of work.
In Vault 2012 you don't have to worry about it for AutoCAD, Inventor and Revit files. If you move a file, Vault 2012 will fix up the references on download. Here is an article with more information.
Re: How to move Files in Vault...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks Doug for your Tip and the good article.
By the way i have another small question:
Is it possible to set the IsLib Property from a folder with the API or is it under the system control only?
Michael
Re: How to move Files in Vault...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I'm not aware of any way to change a library folder into a regular folder or vice versa. Once the folder is created, the isLib value cannot be changed.


