RmFile
RmFile — File loading and storing
|
|
Stability Level
Stable, unless otherwise indicated
Description
Offers convenient file loading and storing functionallity
Functions
rm_file_save ()
void
rm_file_save (gchar *name
,
const gchar *data
,
gsize len
);
Save data
of length len
to file name
.
rm_file_load ()
gchar *
rm_file_load (gchar *name
,
gsize *size
);
Load file name
.
Returns
file data pointer