IOManager

* Used for managing files and console input/output.

Members

Static functions

readFileToBuffer
bool readFileToBuffer(string filePath, char[] buffer, string mode)

*

writeBufferToFile
bool writeBufferToFile(string filePath, char[] buffer, string mode)

*

Meta