
file_size(3)          LPC Library Functions          file_size(3)

NNAAMMEE
       file_size() - get the size of a file

SSYYNNOOPPSSIISS
       int file_size( string file );

DDEESSCCRRIIPPTTIIOONN
       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.

SSEEEE AALLSSOO
       stat(3), get_dir(3)

Majik                      26 Jul 1997                          1

