Hotwheels-Cluster 1.2
Creation of Cluster APP for SEA:ME project.
 
Loading...
Searching...
No Matches
FileController.hpp File Reference

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.
 

Detailed Description

Definition of the FileController namespace.

Version
0.1
Date
2025-02-12

This file contains the definition of the FileController namespace, which is responsible for handling file operations.

Author
Félix LE BIHAN (@Fle-bihh)
Tiago Pereira (@t-pereira06)
Ricardo Melo (@reomelo)
Michel Batista (@MicchelFAB)

Definition in file FileController.hpp.