FileSize - script function
The FileSize function returns an integer containing the size in bytes of the file filename or, if no filename is specified, of the table file currently being read.
Syntax:
FileSize([filename])
Arguments:
| Argument | Description |
|---|---|
| filename |
The name of a file, if necessary including path. If you don't specify a file name, the table file currently being read is used.
|