Filename of file to read from.
The contents of the supplied file.
FileTypeMismatchException if the configuration file is a directory, a character file or any other non-file type we can't write to.
ConfigurationFileReadFailureException
if the reading and decoding of the configuration file failed.
string configText = "kameloso.conf".configurationText;
Reads a configuration file into a string.