In another project i am working on, i want a user to be notified when there is a new file in a directory. How can i write something that scans a directory on a given interval and look for only new files? If possible, i want to pass the file name to the program so they can open the file if they choose to at my prompt.

Thanks,

Rob