Skip to main content
Announcements
Global Transformation Awards submissions are open! SUBMIT YOUR STORY
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Rapid directory/file scan - for QVD file names

Hi all

I am hoping someone can expand on this locked thread:

Rapid directory/file scan

I am wanting to get a list of the qvd file names within a folder. I appreciate I can use

  For each vFileName in Filelist (MyPathHere\*.txt')

     Load

         '$(vFileName)' as FileName

      From [$(vFileName)];

   Next vFileName

But i was hoping to be able to use the solution supplied by @gysbert wassenaar in the locked thread. Basically my question is if you dont have a myfilelist txt file, but a number of QVD files in a folder can the solution supplied by gysbert wassenaar be used?

Thanks

Scott

1 Reply
pradeep_s
Creator
Creator