How do I get the information about a disk.
I want to see how many space is left on a hard disk before creating a file
or copying file to it.
Is there a method in Java to get this information.
Thanks
Carlo
Printable View
How do I get the information about a disk.
I want to see how many space is left on a hard disk before creating a file
or copying file to it.
Is there a method in Java to get this information.
Thanks
Carlo
Apparently not. Just go ahead and create the file, and catch any errors
that are thrown.
PC2
Carlo <Carlo.Myny@webpromis.com> wrote in message
news:3aadef14$1@news.devx.com...
>
> How do I get the information about a disk.
> I want to see how many space is left on a hard disk before creating a file
> or copying file to it.
> Is there a method in Java to get this information.
>
> Thanks
>
> Carlo