GetFileSize
Use this function to return the file size on the local accessible file system. This function must be called after the SAVE command.
Syntax:
GETFILESIZE("FileName")
where:
- FileName is the name of binary file enclosed in quotes.
Syntax example:
Set Variable size = GetFileSize("abc.txt")