04-24-2002 03:53 PM
04-25-2002 04:56 AM
04-26-2002 09:30 AM
04-26-2002 10:32 AM
01-19-2009 07:53 PM
Is there a tool that allows me to remove diagrams in a folder and all subfolders.
K.
01-19-2009 11:33 PM - edited 01-19-2009 11:33 PM
Hi Kevin,
You probably should have created a new thread instead of replying to an almost 7 year old one. Nevertheless, you can write a VI that removes diagrams from all VIs in a folder pretty easily by using the "Recursive File List.vi" from the palettes and sending the files array output to a For Loop, where you do an Open VI Reference, Save Instrument (setting "remove diagram" to True), and a Close Reference. Make sure to backup your source VIs before you do this! Once you remove a diagram from a VI, there is no way to retrieve it other than restoring from a backup that still has a diagram.
-D
01-20-2009 01:04 AM
01-20-2009 12:23 PM
Thanks to both for your help!
K.