FileLength

Gets the size of a file.

Function Group Execution Windows Embedded Thin Client
FileLength File Synchronous Supported Supported Supported

Syntax

FileLength(strFile)
strFile
The file path and name of the file.

Returned value

Returns the size of the specified file in bytes.

Examples

Tag Name Expression
Tag FileLength( "C:\Readme.txt" )