mud/lib/doc/efun/filesystem/file_size
2020-09-06 05:43:07 -07:00

13 lines
290 B
Plaintext

file_size - get the size of a file
int file_size( string file );
file_size() returns the size of file 'file' in bytes. Size -1
indicates that 'file' either does not exist, or that it is not
readable. Size -2 indicates that 'file' is a directory.
See also:
file_length,
stat,
get_dir