SysGetFileSize
- Function
- October 8, 2025
Table of Contents
SysGetFileSize
SysGetFileSizeDescription
Get size of file without opening it.
Parameters
| Name | Direction | Description |
|---|---|---|
filename | in | Name/path of file. |
Success
Non-negative value representing size of file in bytes.
Failure
Returns -1 if file cannot be accessed.