GetFileSizeEx
Retrieves the size of an open file.
Module: Windows
Microsoft documentation: GetFileSizeEx
Signature
rux
func GetFileSizeEx(file: *opaque, size: *int64) -> bool32;Parameters
| Name | Description |
|---|---|
file | Open file handle. |
size | Receives the file size in bytes. |
Returns
bool32 — nonzero on success or zero on failure.
See also
SetFilePointerEx— move the file pointerFile I/O— file API overview