FileGetSize
Description
Get size of file without opening it.
Parameters
| Name | Direction | Description |
|---|---|---|
path |
in | Path of file. Prefer Str *; Zstr accepted. |
Success
Non-negative value representing size of file in bytes.
Failure
Returns -1 if file cannot be accessed.
Usage example (Cross-references)
Usage examples (Cross-references)
Last updated on