RETURNS THE NUMBER OF AVAILABLE KILO-BYTES ON THE DISK D
ACTION
The fonction DISK_KILO_FREE(D) returns the number of available kilo-bytes on the disk D.
1 kilo-byte = 1024 bytes.
D is one letter from A to Z.
SYNTAX:
Result=DISK_KILO_FREE(D)
USE ERROR EXAMPLE
rem print the available place on the disk C
print disk_kilo_free("C")
DISK_KILO_FREE()
DISK_KILO_FREE(D)
SEE ALSO
DISK_EXISTS()
DISK_KILO_SIZE()