I'm looking to use the FSO to grab all of the files of a folder, generate a list of those files, randomize the list and output the as a text file. Any help?
I've been trying to write the code all day, but it's just not working for me. My guess is the steps are:
1. use FSO to get all the files
2. store the file names in an array
3. randomize the array
4. output the randomized files list to a txt file
Thanks in advance guys
Start Free Trial