- This wiki is out of date, use the continuation of this wiki instead
Fgets
From FenixWiki
(Difference between revisions)
| Revision as of 12:27, 26 June 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Revision as of 12:35, 26 June 2007 (edit) (undo) Sandman (Talk | contribs) Next diff → |
||
| Line 3: | Line 3: | ||
| ==Definition== | ==Definition== | ||
| - | '''STRING''' | + | '''STRING''' file ( <'''STRING''' filename> ) |
| - | + | Returns the whole contents of a certain file. | |
| == Parameters == | == Parameters == | ||
| {| | {| | ||
| - | | ''' | + | | '''STRING''' filename || - The filename of the file you wish to read from (including extension and possible path). |
| |} | |} | ||
| == Returns == | == Returns == | ||
| - | '''STRING''': The | + | '''STRING''': The contents of the file. |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
Revision as of 12:35, 26 June 2007
Definition
STRING file ( <STRING filename> )
Returns the whole contents of a certain file.
Parameters
| STRING filename | - The filename of the file you wish to read from (including extension and possible path). |
Returns
STRING: The contents of the file.
