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