Autodesk Vault API - Renaming Files -


i new autodesk vault professional. have task rename files stored in database. there around 2000 files , there pattern how new name like. have searched, googled on net did not find related except use file wizard manually rename file 1 one. think can done through vault api. has experience or idea how it?

you need check out file (with filemanager.acquirefiles), check in new filename (7th argument of filemanager.checkinfile, newfilename)


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -