write_file(3) MudOS v21c2 (5
Sep 1994)
名稱:
write_file() - appends a string to a file
語法:
int write_file( string file, string str, int flag );
整數 write_file( 字串 file, 字串 str, 整數 flag );
用法:
將字串 str 加到檔案 file 中. 成功則傳回 1, 失敗傳回 0. 如果 flag 為
1, 則 write_file() 會覆寫 (overwrite) file 為 str, 而非加入 str.
參考:
翻譯:
Spock @ FF 97.Jul.25. (printed 3/16/95)
回到上一頁