FILESIZE(file)
Returns the size of file in bytes. The file must not be opened. SAY filesize("test.dat")
SAY filesize("test.dat")
STATE(file) EXIST(file)
Returns '1' if file exists, else '0'. SAY exist("test.dat")
SAY exist("test.dat")