
file_size(3)          LPC 系統函數          file_size(3)

名稱
     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 by you. Size -2 indicates that <file>  is  a
     directory.

請參考
     stat(3), get_dir(3)

MudOS                Last change: 5 Sep 1994                    1

