Thread: Folder Watching
View Single Post
  #4 (permalink)  
Old 04-07-2008, 07:01 AM
Engineeringserver Engineeringserver is offline
Banned
 

Join Date: May 2008
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Engineeringserver is on a distinguished road
Default Re: Folder Watching

use a thread that checks for a file every 1 sec (or less) , use a file inputstream /outputstream to read/write the file and a bufferedreader/scanner etc to process the file. Shouldn't be too hard to do it depending on the "processing" requiremens it can be done in a few hours.
Reply With Quote