FileClose: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: bool fileClose ( file ) Closes a file opened by fileOpen. You should always close your files when you're done with them.)
(No difference)

Revision as of 01:23, 23 November 2007

bool fileClose ( file )

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