io-modes
#1

can i read out the contents of a file with io_append?
Reply
#2

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)