Anyone please help me in with below QV Code, I am not able to load files from Sub-directories..
setConcatenate=;
subScanFolder(Root) foreachExtin '.xls' // use this to identify file names to load but I can't use the wildcard to pull all File1* foreachFoundFileinfilelist(Root & '\*.' & xls) FileList: $(Concatenate) load * from [$(FoundFile)](biff, embedded labels, header is 2 lines, table is [$(*)]); // my load has different parameters depending on the file name. setConcatenate = concatenate; nextFoundFile nextExt