LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

search for extention type

Solved!
Go to solution

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

Message Edited by krispiekream on 12-04-2009 06:40 PM
Best regards,
Krispiekream
0 Kudos
Message 1 of 4
(2,664 Views)
Solution
Accepted by topic author krispiekream

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 ;))

Message Edited by altenbach on 12-04-2009 04:57 PM
0 Kudos
Message 2 of 4
(2,656 Views)

thanks,let me try it out.

Message Edited by krispiekream on 12-04-2009 07:16 PM
Best regards,
Krispiekream
0 Kudos
Message 3 of 4
(2,648 Views)

THANK YOU SO MUCH...

its alot easier than the mess I did that didnt work.

 

Best regards,
Krispiekream
0 Kudos
Message 4 of 4
(2,643 Views)