diff options
Diffstat (limited to 'launcher/FileSystem.h')
-rw-r--r-- | launcher/FileSystem.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/launcher/FileSystem.h b/launcher/FileSystem.h index 15233b66..f083f3c7 100644 --- a/launcher/FileSystem.h +++ b/launcher/FileSystem.h @@ -123,6 +123,14 @@ class copy : public QObject { }; /** + * @brief moves a file by renaming it + * @param source source file path + * @param dest destination filepath + * + */ +bool move(const QString& source, const QString& dest); + +/** * Delete a folder recursively */ bool deletePath(QString path); |