Return size of HDD

Hi all,

is there anyway to return the free space of a HDD via XOJO?

Thanks

declare, shell or plugin?
Plenty of possibilities.

Did you search old postings?

[quote=104247:@Jay maxted]Hi all,

is there anyway to return the free space of a HDD via XOJO?
[/quote]

Shell to df. See http://www.manpager.com/linux/man1/df.1.html for the syntax.

Hey @Christian Schmitz - Seeing as i am going down the MBS route, is there a nice pluging in the suite?

Thanks

folderitem class has some extensions in my plugin as part of Util plugin to get size of disk.

Ace, i will make sure to read up on:
link text