file_write
← Back to Module fileio
File mode: Write. Allow output operations on the file
const file_write = 0x10
import fileio f = file("data.txt", file_write) f.writeln("Hello!") f.close()
Documentation version: 1.0.16. Updated on: 14 July 2025.Dinfio is designed and written by Muhammad Faruq Nuruddinsyah. Copyright © 2014-2025. All rights reserved.