io-modes - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: io-modes (
/showthread.php?tid=206853)
io-modes -
legodude - 04.01.2011
can i read out the contents of a file with io_append?
Re: io-modes -
Kwarde - 04.01.2011
No. Read samp wiki - fread.
This are the options:
Код:
io_read Reads from the file.
io_write Write in the file, or create the file
io_readwrite Reads the file or creates it
io_append Appends to file, write-only
Only io_readwrite and io_read to read it.