Definition of the FileController namespace. More...
#include <QFile>
#include <QString>
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. | |
Definition of the FileController namespace.
This file contains the definition of the FileController namespace, which is responsible for handling file operations.
Definition in file FileController.hpp.