21#ifndef FILEOPERATIONS_H
22#define FILEOPERATIONS_H
24#include "Utils/Pimpl.h"
48 bool renamePath(
const QString& path,
const QString& newName);
49 bool renameByExpression(
const QString& oldName,
const QString& expression)
const;
50 bool movePaths(
const QStringList& paths,
const QString& targetDir);
51 bool copyPaths(
const QStringList& paths,
const QString& targetDir);
52 bool deletePaths(
const QStringList& paths);
53 static QStringList supportedReplacementTags();
56 void copyThreadFinished();
57 void moveThreadFinished();
58 void deleteThreadFinished();
Definition: FileOperations.h:36
Definition: LibraryManager.h:36