KI_DF

Find free space on filesystem in bytes

Synopsis:
CALL KI_DF file$ TO bytes, inodes
inodes = 'ki_df( file$, bytes )
ArgumentEnumerationPurpose
file$Pathname
bytesAmount of free space (bytes)
inodesNumber of spare inodes (-1 on Windows)
>KI_DF

KI_DF

This returns the available space, in bytes, on a filesystem.

On Unix systems the number of free inodes is returned in inodes. This is not applicable to Windows.

History
Introduced in KCML 3.00
See Also:
IP_TOS, KI_AES_DECRYPT, KI_AES_ENCRYPT, KI_COMP, KI_COMPFILE, KI_CRYPT, KI_DCOMP, KI_DCOMPFILE, KI_DES_DECRYPT, KI_DES_ENCRYPT, KI_DFK, KI_DIR, KI_DIR_LIST, KI_DS, KI_MD5, KI_PID, KI_PMATCH, KI_SHA1, KI_SIZE, KI_STAT, KI_STATFS, KI_TOUCH, R7_DATE2J, R7_J2DATE
KCML database status codes