Hi,
I have a program in Java that I built in order to move files from one disk to another (kind of backup) depending on the date they were created.
Now I want to check the available disk space in a thread, and report an error (send an e-mail) if the disk space gets below a certain threshold.
How would I determine the disk space remaining?
Thanks!
