FileRead

From Multi Theft Auto: Wiki
Revision as of 01:19, 23 November 2007 by ChrML (talk | contribs) (New page: string fileRead ( file, number count ) Reads the given number of bytes from the given file and returns it as a string. Note that the returned string might not have as many bytes as you sp...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

string fileRead ( file, number count )

Reads the given number of bytes from the given file and returns it as a string. Note that the returned string might not have as many bytes as you specified if an error occured, ie end of file.