N
AME
file_size
- return the size of a file in bytes
S
YNTAX
#include <stdio.h>
int file_size(string
file
);
D
ESCRIPTION
Give the size of a file. Size -1 indicates that the file either does not exist, or that it is not readable by you. Size -2 indicates that it is a directory.
K
EYWORDS
file
S
EE
A
LSO
write_file
and
read_bytes