Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
2 answers
664 views

Check when all file handles are released in Java

I want to monitor a directory, and when a file appears there open it, process it and then move it to another directory. The problem is how to check that the other program is done writing it. With Java ...
Anders Sjöqvist's user avatar