LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Selecting Sub-Directores with File Dialogue vi

I want to bacthfile a process of reading a certain file patterm from a base directory which has several levels of subdirectories. Is there a vi that will search all folders in a base directory?
0 Kudos
Message 1 of 4
(2,642 Views)
The openG toolkit has a recursive list funtion, feed it with the base path and a pattern and it will return with all the files in that directory and all it's sub-directories.

Download the toolkit (or just the file functions) from www.openG.com
0 Kudos
Message 2 of 4
(2,642 Views)
Sorry, that is www.openg.org
0 Kudos
Message 3 of 4
(2,642 Views)
Thanks,I will check it out!!!
0 Kudos
Message 4 of 4
(2,642 Views)