Hi.
I need to write a program (java) that periodically runs and checks a directory for files and for each file determine if any processes are writing to it. If not then move the file.
Can somebody point me in the right direction as to a class/method that might do this? This will be implemented on Sun Solaris 9. Java 1.4.2_10.
Thanks.
I need to write a program (java) that periodically runs and checks a directory for files and for each file determine if any processes are writing to it. If not then move the file.
Can somebody point me in the right direction as to a class/method that might do this? This will be implemented on Sun Solaris 9. Java 1.4.2_10.
Thanks.