fileReadFile

Category: File IO

Syntax:

fileReadFile:Int(filename:String)


Parameters

Returns

Int



Summary

Opens a file for reading only 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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn