Can someone point me in the right direction in figuring out how to track files being written to the hard drive?
Printable View
Can someone point me in the right direction in figuring out how to track files being written to the hard drive?
What do you mean track files? Please elaborate. :(
just want to be alerted if a new file has been added to my hard drive.
If all you want to do is know when a file is written to the drive, i am supposing from a user of your website, all you would have to do is create some sort of a log file. Just create a text file, using FSO, and put that along with the code that actually writes the files that the user creates to the hard drive.
Maybe if you elaborate or post some code i could help you more and give you examples of FSO.