FileLength

Gets the size of a file.

Function Group Execution Windows Embedded Thin Client Mobile Access
FileLength File Synchronous Supported Supported Supported Not supported

Syntax

Web Studio Help 2fr function file filelength.xml d121781e76 FileLength
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” )

FileLength