Greetings,
I've written a file move script. The script, which is complete, works really well. It basically runs through each file using FileSystemObject and sorts through the files based on date and moves them into a directory based on the week it was created (1-52).
However, the initial...