SysGetFileSize
- Function
- August 22, 2025
Table of Contents
SysGetFileSize
SysGetFileSize
Description
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.