[ CCode ( cname = "g_file_set_contents" ) ]
public bool set_data (string filename, uint8[] contents) throws FileError
Writes all of contents
to a file named filename
.
This is a convenience wrapper around calling set_contents_full with `flags` set to `G_FILE_SET_CONTENTS_CONSISTENT | G_FILE_SET_CONTENTS_ONLY_EXISTING` and `mode` set to `0666`.
filename |
name of a file to write |
contents |
string to write to the file |
length |
length of |
true on success, false if an error occurred |