There's no easy cross-platform way to do this, believe it or not. Seems like it should be in the SDK, but it isn't.

There is however some code I contributed to the Commons IO project that does exactly this. It is currently in SVN only, but I just submitted some updates today that hopefully will allow it to be in the upcoming 1.1 (I believe) release).

In the mean time, you can grab FileSystemUtils.java from SVN and give it a shot. It depends on one other class from IO (ByteArrayOutputStream I think), but you can use the standard version instead, it will compile fine against it (IIRC, this adds the possibility of some other exceptions you'd have to potentially handle, but otherwise it works).

Frank

Anuradha S.Athreya wrote:
Hello,

How can I check for disk space  on the server before uploading a file on the
server?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to