This wiki is out of date, use the continuation of this wiki instead

Flength

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 13:28, 26 June 2007 (edit)
Sandman (Talk | contribs)

← Previous diff
Current revision (13:56, 26 June 2007) (edit) (undo)
Sandman (Talk | contribs)
m
 
Line 9: Line 9:
== Parameters == == Parameters ==
{| {|
-| '''INT''' filehandle || - The [[FileHandle]] of the file returned by [[fopen]].+| '''INT''' filehandle || - The [[FileHandle]] of the file returned by [[fopen]]().
|} |}
== Returns == == Returns ==
'''INT''': The size of the file in bytes. '''INT''': The size of the file in bytes.

Current revision


[edit] Definition

INT flength ( <INT filehandle> )

Gives back the size of a certain file.

[edit] Parameters

INT filehandle - The FileHandle of the file returned by fopen().

[edit] Returns

INT: The size of the file in bytes.

Personal tools