Skip to main content

GetFileSize

Download Developer's Guide

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")

Was this article helpful?

We're sorry to hear that.