Pete Collins <[EMAIL PROTECTED]> schrieb in im Newsbeitrag:
[EMAIL PROTECTED]
>
> [scriptable, uuid(55c5487e-70d4-46b2-a710-483d3c6d7b4b)]
> interface nsIFileSystem : nsIFile {
>
> [snip]
> PRInt64 diskSpaceAvailable(in nsIFile file);
>
> };
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