I have a Labview program that the user inputs a .pdf file name, and the program searches through a nested directory tree and opens the .pdf if it finds it. The program uses the "List Directory" function in a loop to first build an array of all of the subdirectories in the main directory. The program worked fine in Labview 6.1 and earlier - consistantly found the file in less than a minute. However, when I upgraded to Labview 7, the search now takes 7-8 minutes. A call to National Instruments said that I am the second person to report the issue, but it is too new to have a work around yet. Does anyone know of another way to do this without the "List Directory" function that would perform much better with Lab
view 7?