21 #ifndef EFILESERVICE_H
22 #define EFILESERVICE_H
62 static QList<EFileServicePlugin*> services();
73 bool serviceLoaded()
const;
88 EFileInfo add(QFileInfo info,
bool create =
false)
const;
95 bool move(
EFileInfo source, QString target)
const;
102 bool copy(
EFileInfo source, QString target)
const;
110 bool switchService(QString newServiceId);
118 #endif // EFILESERVICE_H