file_get_size_bytes
Declaration
file_get_size_bytes :: fn (file: File) usize
Description
Determinates size of file content in bytes.
Arguments
file
File handle.
Result
Size of file content in bytes.
Declared in: file.bl
file_get_size_bytes :: fn (file: File) usize
Determinates size of file content in bytes.
file
File handle.Size of file content in bytes.
Declared in: file.bl