Category: File IO
Syntax:
fileWriteFile:Int(filename:String)
Int
Opens or creates a file for writing only in binary mode.
Takes a filename.
Returns a file handle, or 0 if the filename is null or the file cannot be created.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn