> Overview of the saga..
> <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4057701>
>
> Andrew T.
> > Overview of the saga..
> > <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4057701>
...
(please trim 'sig's from replies)
> Oh! I didn't realise it was such a hard thing to achieve! And I must admit,
> I'm still confused after reading most of that -
I simply skimmed it, after finding the link from a
post on the forum that had referred to it (I recalled
it had been discussed on a number of occasions,
but have had no direct need for 'free space' type
methods - so have not gone deeply into it)
>...in the bog standard current
> SDK, is it now possible to use a standard method to detect HD space?
My understanding. 1.6 - yes. 1.1 - 1.5 no, not without
some Jakarta commons thing (? I thought I saw some
reference, in the thread).
>...Or are
> people saying there's still a bug after all these years?!
(shrug) 'people' say lots of things, I think it partly
depends on their perspective.. (I tend to think of
it as a sorely missing functionality, more an RFE,
than any sort of 'bug'.)
Andrew T.
nospam@invalid.invalid - 01 Dec 2006 09:26 GMT
> My understanding. 1.6 - yes. 1.1 - 1.5 no, not without
> some Jakarta commons thing (? I thought I saw some
> reference, in the thread).
OK thanks. Now I just have to find out what that method is! Anyone?!
Thomas Fritsch - 01 Dec 2006 10:17 GMT
nospam@invalid.invalid schrieb:
>>My understanding. 1.6 - yes. 1.1 - 1.5 no, not without
>>some Jakarta commons thing (? I thought I saw some
>>reference, in the thread).
>
> OK thanks. Now I just have to find out what that method is! Anyone?!
<http://java.sun.com/javase/6/docs/api/java/io/File.html#getFreeSpace()>

Signature
Thomas
nospam@invalid.invalid - 01 Dec 2006 11:01 GMT
> <http://java.sun.com/javase/6/docs/api/java/io/File.html#getFreeSpace()>
Hallelujah! Thanks Thomas!