Skip to content

File - Access🔗

Operators🔗

close_fileCloseFile: Closing a text file.

fnew_lineFnewLine: Write a line break and clear the output buffer.

fread_bytesFreadBytes: Read bytes from a binary file.

fread_charFreadChar: Read one character from a text file.

fread_lineFreadLine: Read a character line from a text file.

fread_stringFreadString: Read a string from a text file.

fwrite_bytesFwriteBytes: Write bytes to a binary file.

fwrite_stringFwriteString: Write strings and numbers into a text file.

open_fileOpenFile: Open a file in text or binary format.