12-04-2009 06:39 PM - edited 12-04-2009 06:40 PM
Hi everyone,
I am wondering if someone can help me out with this.
I have this list of files in 1 folder.
I also have file names like this
DeviceLog.csv
DeviceSN_515551_Run_2009-11-25.csv
DeviceSN_515551_Run_2009-11-25.ps
SN_515551.txt
I want to search in this folder for all files beginning with DeviceSN_ with extension .csv and copy them to a designated folder.
I have made this subvi but couldn't come up with the rest. Can someone please take a look and let me know what i can do to make this work?
thanks in advance
Solved! Go to Solution.
12-04-2009 06:55 PM - edited 12-04-2009 06:57 PM
All you need is use "List folder" with your desired pattern (DeviceSN_*.csv) and then copy the files using a FOR loop.
(Sorry, I mispelled the pattern in the image, modify as needed ;))
12-04-2009 07:14 PM - edited 12-04-2009 07:16 PM
thanks,let me try it out.
12-04-2009 07:28 PM
THANK YOU SO MUCH...
its alot easier than the mess I did that didnt work.