File

The File struct is a representation of a file on the PC

Members

Functions

close
bool close()

Close the file connection

Variables

content
string content;

The contents of the file

size
size_t size;

The size of the file

Meta