FileStream open for appending
Aus ExpeccoWiki
Schema
Description
Open a file for append-writing. Provide a stream-handle for further write operations. The existing contents of the file is preserved, and any new write-data is appended at the end.
Back to Standard Library.
Previous: FileStream [ Open for Writing ]
Next: FileStream [ Create TempFile ]
