i want to monitor the multiple folders whether new files are added in the folders. if files are added in folder,i want to get he name of the file. How to do this.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You should have a look at this link Watching a Directory for Changes |
|||
|
|
|
Theres a component called File Monitor in the apache commons IO library. I Think it's just what you're looking for. |
|||
|
|