01-18-2006 12:33 PM
01-18-2006 12:49 PM
01-18-2006 01:27 PM
And if you need a recursive list of the files/folders in a directory, you can use the Recursive File List.vi, found in vi.lib\utility\libraryn.llb. This VI ships with LabVIEW 7.0 and later.
-D
02-08-2006 06:17 PM
02-08-2006 07:07 PM
I'm glad I could help, Danny. Using the VI Server technique for recursion is very slow and memory-intensive. I have never seen a need for recursion in LabVIEW that couldn't be solved with a loop and shift registers.
-D
02-08-2006 07:45 PM
Here is an old thread that used a queue to do a recursive file list.