KI_SIZE
Argument | Enumeration | Purpose |
---|---|---|
file$ | File name | |
size | Size in bytes |
KI_SIZE
This call will return the size in bytes of file with the name file$. This usage is now discouraged because from KCML4 it has been possible to get this information with SEEK# using something like
OPEN #1,file$,"r" len = SEEK#1,END CLOSE#1