get_size
Description:
Gets the file's size (in bytes).
The size is retrieved through the value of the g_file_attribute_standard_size attribute and is converted
from uint64 to goffset
before returning the result.
Parameters:
Returns:
a goffset containing the file's size (in bytes).
|