Declaration:
unsigned long getdfree(int drive);
Description
Gets disk free space.
getdfree accepts a drive specifier in drive (0 for default, 1 for A, and so on) and returns the disk free space in bytes.