Quote:
Originally Posted by jazz2k8
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.