From the NannyMUD documentation

LAST CHANGE

2000-12-09

FUNCTION


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_file

SEE ALSO

        read_bytes in efun/disc_related/read_bytes

SEE ALSO

        write_bytes in efun/disc_related/write_bytes

SEE ALSO

        rm in efun/disc_related/rm
        rm in wizcommands/files/rm

SEE ALSO

        rmdir in efun/disc_related/rmdir
        rmdir in wizcommands/files/rmdir