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 time I run the script it will run against 2 million files (or substantially more). Does FileSystemObject load all the file names into memory and then look at them or does it look at them one at a time? I'm concerned the server will not be able to handle loading that many files into memory.
Thank you in advance!!
Eddie
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 time I run the script it will run against 2 million files (or substantially more). Does FileSystemObject load all the file names into memory and then look at them or does it look at them one at a time? I'm concerned the server will not be able to handle loading that many files into memory.
Thank you in advance!!
Eddie