[Top]
Stdio
|
Method Stdio.append_file()
- Method
append_file
-
int Stdio.append_file(string filename, string str, int|void access)
- Description
-
Append the string str onto the file filename .
For a description of access , see Stdio.File->open() .
- Throws
-
Throws an error if filename couldn't be opened for writing.
- Returns
-
Returns the number of bytes written.
- See also
-
write_file() , read_bytes() , Stdio.File()->open()
|