space available

How can I get the space available on a hard disk…
Maybe i need a scripting addition?

Thanx in advance
Francois Dube

This should work.

tell application "Finder"
	set free_bytes to free space of disk "disk name" -- the number of free bytes left on the disk
end tell

– Rob

Thanx a lot!

I just didn’t look in the finder’s dictionnary…