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

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

Quote:
Originally Posted by jazz2k8 View Post
ok thanks for ur reply...

i can list the files but not able to load them...means i can list the files from the Folder but not able to Move them...is any new file comes no it is not able to recognize...how to do this..please rep me..

thanks
see my reply above, you can use this class i wrote to copy files from one directory to another: Engineeringserver.com | Copy a txt file from one location to another with Java

to process it automatcally you can use a thread that checks the unprocessed folder every second and call the method in my class to process the file or move the file to another directory.
Reply With Quote