Go to the source code of this file.
Namespaces | |
namespace | FileController |
Namespace containing file handling functions. | |
Functions | |
bool | FileController::open (QFile &file, QIODevice::OpenMode mode) |
Open a file. | |
QString | FileController::read (QFile &file) |
Reads a line from the file. | |
bool | FileController::write (QFile &file, const QString &data) |
Writes a line to the file. | |
bool | FileController::exists (const QString &path) |
Checks if a file exists. | |