File i/o

Hello all,

I’ve been reading the SDL docs, and came accross a
FILE I/O subsystem. Aparently this sub system gets
initialised automaticaly, but there is nothing in the
docs/examples/etc. that talks about it…

Also, I’ve found no reference to an SDL interface for
FILE I/O (e.g. SDL_FileOpen, SDL_FileClose, etc.)

What’s the best way to read/write to files?
Shall I just use standard c/c++ streams?

Cheers,
Kos.