08-15-2025 12:06 PM - edited 08-15-2025 12:24 PM
Hello,
I am attempting to script the operation of renaming a library that is available within the LabVIEW project. I can duplicate the lvlib file using scripting but the VI's referenced inside still are tied to the original library file. Any suggestions?
08-15-2025 02:50 PM
In general, you would have to write code that recurses through all owned items, saving them individually.
However if your library contains only .vi, .vim, .vit, .ctl, & .ctt files, you could create special case code that skips the recursion and only acts upon the library's owned items.
08-15-2025 07:31 PM
Maybe this will help.