Fopen
From SA-MP
[edit]
fopen
(name[], mode)
| name[] | The filename |
| mode | One of the openfilemodes |
| Returns | File:Filehandle, is 0 if failed |
[edit]
open modes
io_read Reads the file, the file must exsist io_write Write in the file, creates a new one io_readwrite Reads the file or creates a new one io_append Appends to file, write-only
