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