swade61970
Programmer
I need to write a program that can run as a service. The program needs to monitor a server for when files gets created. I can write a program to run file system commands in VB to look for files created since the last time the program ran but I was hoping there is a faster approach.
The server where the files reside will have approximately 80 folders with an unlimited number of files in each folder. I just want to know when a new file has been created in each of the folders.
Is there an API I call that can read a Windows Database that contains the list of files and the time and date they were created?
Any other suggestions?
The server where the files reside will have approximately 80 folders with an unlimited number of files in each folder. I just want to know when a new file has been created in each of the folders.
Is there an API I call that can read a Windows Database that contains the list of files and the time and date they were created?
Any other suggestions?