- This wiki is out of date, use the continuation of this wiki instead
Flength
From FenixWiki
(Difference between revisions)
Revision as of 13:28, 26 June 2007
Definition
INT flength ( <INT filehandle> )
Gives back the size of a certain file.
Parameters
INT filehandle | - The FileHandle of the file returned by fopen. |
Returns
INT: The size of the file in bytes.