11#ifndef BACKEND_TOOLS_FILETOOLS_H
12#define BACKEND_TOOLS_FILETOOLS_H
20bool moveFile( QString oldName, QString newName);
23bool copyFile(QString oldName, QString newName);
34 LOCAL_SETTINGS_APPLICATION_DATA,
38bool getWindowsFolderLocation(FOLDER_TYPE type, QString& path);