GetFileSizeEx v0.1.0
Retrieves the size of an open file.
Package: Windows
Microsoft documentation: GetFileSizeEx
Signature
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 pointerWindows— the package overview