I am wanting to get a list of the qvd file names within a folder. I appreciate I can use
For eachvFileNamein Filelist (MyPathHere\*.txt')
Load
'$(vFileName)' asFileName
From [$(vFileName)];
NextvFileName
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?