SA-MP Forums Archive
Difference between io_write & io_append - 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: Difference between io_write & io_append (/showthread.php?tid=180959)



Difference between io_write & io_append - ZecKo - 03.10.2010

Hi, in fputs(), what's the difference between io_write and io_append ?


Re: Difference between io_write & io_append - samgreen - 03.10.2010

From the wiki:

Quote:
io_write - Writes in a file, clears all earlier written text
io_append - Appending to a file, writing only




Re: Difference between io_write & io_append - ZecKo - 03.10.2010

Ok thanks ******.