NuDB Logo

PrevUpHomeNext

win32_file::size

Return the size of the file.

std::uint64_t
size(
    error_code& ec) const;
Requirements

The file must be open.

Parameters

ec

Set to the error, if any occurred.

Return Value

The size of the file, in bytes.


PrevUpHomeNext