Need to create a service that will monitor a specified folder for any
xml files that are dropped into it. It will take the file, process it then discard it. The file name could vary, but will always be xml.
i have info on how to create the shell of the service, but not sure how to monitor for files dropping in. Any advice?

Thanks