I was wondering how you could do thiswithout a system call... it's just a list of filenames and filenames in subdirectories and their full paths, one on each line...Code:system("dir /b /s > filelist.dat");
Printable View
I was wondering how you could do thiswithout a system call... it's just a list of filenames and filenames in subdirectories and their full paths, one on each line...Code:system("dir /b /s > filelist.dat");