-
.NET Windows Service
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:wave:
-
You may want to check out the FileSystemWatcher class.
-
duh, I was just reading your other post, guess you already figured this out. Whoops.
-
Thanks
No need for a duh, Cant expect to be on top of all the post all the time!
Thanks for the reply!