fileWriteFile

Category: File IO

Syntax:

fileWriteFile:Int(filename:String)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn