|
-
Mar 24th, 2004, 03:25 PM
#1
Thread Starter
Member
.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
-
Mar 24th, 2004, 04:01 PM
#2
Frenzied Member
You may want to check out the FileSystemWatcher class.
-
Mar 24th, 2004, 04:05 PM
#3
Frenzied Member
duh, I was just reading your other post, guess you already figured this out. Whoops.
-
Mar 25th, 2004, 07:08 AM
#4
Thread Starter
Member
Thanks
No need for a duh, Cant expect to be on top of all the post all the time!
Thanks for the reply!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|