gchar* gda_file_load (const gchar *uri); gboolean gda_file_save (const gchar *uri, const gchar *buffer, gint len);
gchar* gda_file_load (const gchar *uri);
gboolean gda_file_save (const gchar *uri, const gchar *buffer, gint len);
Saves a chunk of data into a file. As libgda uses GnomeVFS for all its file access, this function allows you to save both to local files and to any other target supported by GnomeVFS.