FileOpen: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: file fileOpen ( string filename, bool readonly = false, resource = getThisResource () ) Opens an already existing file. The file can be read and written to unless readonly is set to true....)
(No difference)

Revision as of 01:16, 23 November 2007

file fileOpen ( string filename, bool readonly = false, resource = getThisResource () )

Opens an already existing file. The file can be read and written to unless readonly is set to true. Root folder is the root folder of the given resource.