From the NannyMUD documentation
2000-12-09
NAME
write_file - Append text to a file.SYNTAX
int write_file(string filename, string text)DESCRIPTION
This function appends a given string 'text' to the file 'filename'.NOTE
If you need to rewrite a file, that is not append but write from start, then you have to first remove the file with 'rm'.SEE ALSO
read_file in efun/disc_related/read_fileSEE ALSO
read_bytes in efun/disc_related/read_bytesSEE ALSO
write_bytes in efun/disc_related/write_bytesSEE ALSO
rm in efun/disc_related/rm rm in wizcommands/files/rmSEE ALSO
rmdir in efun/disc_related/rmdir rmdir in wizcommands/files/rmdir