FileClose

From Multi Theft Auto: Wiki
Revision as of 01:23, 23 November 2007 by ChrML (talk | contribs) (New page: bool fileClose ( file ) Closes a file opened by fileOpen. You should always close your files when you're done with them.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

bool fileClose ( file )

Closes a file opened by fileOpen. You should always close your files when you're done with them.