>> PRInt64 diskSpaceAvailable(in nsIFile file);
It should be PRInt64 diskSpaceAvailable;
Which isn't currenty implemented on unix, but unix should have some sort
of implementation to indicate available disk space the initialized
nsIFile resides on.
I'll work on it.
Right now no new methods or attributes will be added, instead everything
will (hopefully) be fixed uniform and well documented. Other methods can
come later on in a seperate interface. Freezing what we have now is
desperately needed.
--pete
>>
>>};
>>
>
> What kind of file is the argument pointing at?
>
> And how about
>
> nsISimpleEnumerator getVolumes();
>
> I've never used it but I've read there is already a rdf source rdf:file with
> a root that would yield the drives and volumes for windows and mac. It might
> be convenient to have it here too.
>
> Masi
>
>