Previous | Top | Index | Next |
The following routines are available after loading the library file files.r with the command: CALL load "files.r".
Returns the size of file in bytes. The file must not be opened.SAY filesize("test.dat")
Read one word from file file
SAY readword("test.dat")
Returns '1' if file exists, else '0'.SAY exist("test.dat")
Previous | Top | Index | Next |