File.size

Size of a file in bytes.

struct File
nothrow static
ulong
size
(
const char* namez
)

Return Value

Type: ulong

ulong.max on any error, the length otherwise.

Meta