How do you check for the available disk space in java?
Printable View
How do you check for the available disk space in java?
There is no direct API to get the disk space. You have to write code according
to the operating system. There is a toolkit available which has lot of native
utilitiies.
http://www.tolstoy.com/samizdat/jconfig.html
"ddd5119" <ddd5119@hotmail.com> wrote:
>
>How do you check for the available disk space in java?