DISK_KILO_FREE()

DISK_KILO_FREE(D)

RETURNS THE NUMBER OF AVAILABLE KILO-BYTES ON THE DISK D

  • Type: Function
  • Parameter: 1
  • Group: System

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)

  • D = disk name.

USE

  • The function DISK_KILO_FREE() is used to know the free space on a disk.

ERROR

  • If D is not a correct name of disk.
  • If D is not one character.

EXAMPLE

rem print the available place on the disk C

print disk_kilo_free("C")

SEE ALSO

DISK_EXISTS()

DISK_KILO_SIZE()