Monitoring a folder
Hi Guys!
i have strange requirement in one of project s where I need to monitor a folder. whenever a new file comes to that folder our program should be notified and execute accordingly by getting data from the file and insert into database.
Can any one suggest how it can be handled apart from threads becoz automatically we should be notified whenever a new file comes.

