Hi Guys, Is there a way that java can detect a new file, or existing API that we can use.
Thanks, Roy
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
The way I do this, is to start a thread that runs over all files in the folder from time to time. This way you can track which files were deleted and which ones are new. Hope this helps. Regards, G�nther. http://www.javacoding.net
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.