10-07-2010 01:29 PM
I have a bunch of vis and they are associated with several lvlib files. I decided to delete the lvlib files. Is there a way to delete all the association without opening every vi that has an association?
Yik
Solved! Go to Solution.
10-07-2010 02:39 PM
Hmm....
Something like that?
10-07-2010 04:28 PM
This is beatiful. How do you surpass the open function from trying to load files, since some of the files doesn't exist anymore?
10-07-2010 05:40 PM
Hint: Look in the File I/O -> Advanced File Functions palette. Go ahead. Try.
10-07-2010 09:33 PM
Ahhh! It worked, but something bad happened. For each vi, there are many subvi in it. The subvis are still associated with the libraries that are no longer. How do I fix that?? Thanks!
10-07-2010 09:33 PM
I looked all over in advance file operation, but can't find it.
10-07-2010 10:13 PM
@jyang72211 wrote:
I looked all over in advance file operation, but can't find it.
http://zone.ni.com/reference/en-XX/help/371361F-01/glang/check_if_file_exists/
10-07-2010 10:20 PM
@jyang72211 wrote:
Ahhh! It worked, but something bad happened. For each vi, there are many subvi in it. The subvis are still associated with the libraries that are no longer. How do I fix that?? Thanks!
You would need to do the same thing with the directories where those subVIs are.
10-08-2010 11:32 AM
I did the same thing to the subiv, but that didn't fix the problem. The Main VI is still tryin got find the subvi assoicated with lvlib.
10-08-2010 01:19 PM
@jyang72211 wrote:
I did the same thing to the subiv, but that didn't fix the problem. The Main VI is still tryin got find the subvi assoicated with lvlib.
Well, another way to do it - in project. Open your project (which contain Main.vi and lvlib with all files) then select all files within lvlib and drag these files out of lvlib. Then select File->Save all. That it.