名稱：
	write_file() - 將一個字串加入一個檔案。
語法：
	int write_file( string file, string str, int flag );

	整數 write_file( 字串 檔案, 字串 字串, 整數 旗標 );
用法：
	將字串 str 加入檔案 file 中。成功則傳回 1，失敗傳回 0。如果 flag
	為 1，則 write_file() 會覆寫 (overwrite) file 為 str，而非加入 str。
參考：
	read_file, write_buffer, file_size
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻譯：
	spock@muds.net		2000.May.28.	v22 版
