SYNOPSIS int write_file(string file, string str) int write_file(string file, string str, int flags) DESCRIPTION Append the string to the file . Returns 1 for success and 0 if any failure occured. If is 1, the file is removed first; thus making the 'append' effectively an 'overwrite'. Default for is 0. HISTORY LDMud 3.3.523 added the parameter. SEE ALSO file_size(E), cat(E), write_bytes(E), read_file(E), rm(E)