LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get a file to copy all of the files in a directory except itself and the source of the copy function will be the directory the final program is in?

How can I get a file to copy all of the files in a directory except itself and the source of the copy function will be the directory the final program is in? This application must be in Lab View 8.
0 Kudos
Message 1 of 3
(2,797 Views)

you mean something like this (see below)?

Now you may have to implement code to check if the destination folder exists and to create it, etc.  But if you use the Front Panel Control to select the destination folder, it should be okay.

Not the best implementation, mind you but you'll get the idea..

 

Message Edited by JoeLabView on 04-18-2007 03:43 PM

Message 2 of 3
(2,798 Views)

oops it didn't show the true case...

here it is:

 

Message Edited by JoeLabView on 04-18-2007 03:46 PM

Message 3 of 3
(2,794 Views)