file_append
← Back to Module fileio
File mode: Append. Set the position indicator to the end of the file before each output operation
const file_append = 0x01
import fileio f = file("data.txt", file_append) f.write("Hello") f.close()
Documentation version: 1.1.03. Updated on: 11 February 2026.Dinfio is designed and written by Muhammad Faruq Nuruddinsyah. Copyright © 2014-2026. All rights reserved.