Previous Top Next

External File Functions (DOS+UNIX)

FILESIZE(file)

Returns the size of file in bytes. The file must not be opened.

SAY filesize("test.dat")

STATE(file) EXIST(file)

Returns '1' if file exists, else '0'.

SAY exist("test.dat")


Previous Top Next