12-17-2008 01:41 PM
In my VI, i've gotten as far as listing all of the files in a folder using the list folder.vi function.
Is there anyway it can list all files including files in subfolders?
I could use a list folder function on each subfolder but that would take forever.
Solved! Go to Solution.
12-17-2008 01:48 PM
Cory K wrote:I could use a list folder function on each subfolder but that would take forever.
But that's the only way to do it, really.
LV 8.x should have a recursive listing VI built in.
If you don't have 8.x, you can get one from OpenG.
12-17-2008 01:53 PM
12-17-2008 02:16 PM
The VI that tst is refering to is vi.lib\utility\libraryn.llb\Recursive File List.vi. It's been shipping with LabVIEW since version 7.0, but it was not added to the palettes until version 8.2.
-D
12-17-2008 10:22 PM