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