Skip to content

HFile🔗

Name🔗

HFile — Represents an instance of a file.

Constructors🔗

 
OpenFile Open a file in text or binary format.

Methods🔗

 
CloseFile Closing a text file.
FnewLine Write a line break and clear the output buffer.
FreadBytes Read bytes from a binary file.
FreadChar Read one character from a text file.
FreadLine Read a character line from a text file.
FreadString Read a string from a text file.
FwriteBytes Write bytes to a binary file.
FwriteString Write strings and numbers into a text file.
OpenFile Open a file in text or binary format.