21#ifndef FILEOPERATIONS_H
22#define FILEOPERATIONS_H
24#include "Utils/Pimpl.h"
44 bool renamePath(
const QString& path,
const QString& newName);
45 bool renameByExpression(
const QString& oldName,
const QString& expression)
const;
46 bool movePaths(
const QStringList& paths,
const QString& targetDir);
47 bool copyPaths(
const QStringList& paths,
const QString& targetDir);
48 bool deletePaths(
const QStringList& paths);
49 static QStringList supportedReplacementTags();
52 void copyThreadFinished();
53 void moveThreadFinished();
54 void deleteThreadFinished();
Definition: FileOperations.h:32
Definition: LibraryInfoAccessor.h:36