|
LPC Library Functions: file_length |
|
NAMEfile_length() - returns the number of lines in a file
SYNOPSISint file_length( string file );
DESCRIPTIONGiven the name of a file, file_length() returns the number of lines in the file, or -1 if the file doesn't exist or the caller has insufficient privileges to read it. Note that this efun is only available if the driver flag PACKAGE_CONTRIB is defined. SEE ALSOget_dir() |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|