Does anyone have a vi to retrieve directory structure

I need to retrieve the path for all files in a given directory and save this, along with date information, to either a tab delimeted file for import into Excel or into a MS Access database. I know that I can use nested for loops with the List Files function. However, if this has already been accomplished I don't want to reinvent the wheel.
Thanks,
John

The following example uses the Tree Control object to display directory hierarchy. It first searches through all the subfolders of the given directory. Then it looks for the files specified by the pattern, i.e *.vi. If no pattern is specified, the VI will search for all the files except the shortcuts. Once all the subfolders and files are found, they are displayed in the tree control.
Attachments:
Tree_Recursive.llb ‏211 KB

Similar Messages

Maybe you are looking for