fileSetContents
fn
bool fileSetContents(string filename, ubyte[] contents)Writes all of contents to a file named filename. This is a convenience wrapper around calling [glib.global.fileSetContentsFull] with flags set to G_FILE_SET_CONTENTS_CONSISTENT | G_FILE_SET_CONTENTS_ONLY_EXISTING and mode set to 0666.
Parameters
filename | name of a file to write contents to, in the GLib file name encoding |
contents | string to write to the file |
Returns
true on success, false if an error occurred
Throws
[ErrorWrap]