When I try to programmatically copy a vi within a llb using the "copy"-vi I get an error. The same occurs with "delete". Is there any way in LabView 5.1 to get that going? Does it work in LV 6? Thanks for any idea, Daniel Troendle
There is program included with the Professional version (not sure about others) called File Manager. This is a VI for which the source code is provided and one of the subVIs is called Librarian.vi and will do exactly what you want I think.
Dennis is partially correct. I think all LV versions have it, because it is used in the menu system to manage VI libraries.
If you go to vi.lib->utility->libraryn.llb, you'll see the librarian vis, including the librarian delete. This will allow you to delete a file in a library.
I don't have the professional version, and I have it. I tried it, and it works.