mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
refs #209, added remove file method to application context and some finetuning of the file methods
This commit is contained in:
@@ -117,6 +117,10 @@ namespace BlackCore
|
||||
|
||||
//! Remote enable version of reading a text file
|
||||
virtual QString readFromFile(const QString &fileName) = 0;
|
||||
|
||||
//! Remote enable version of deleting a file
|
||||
virtual bool removeFile(const QString &fileName) = 0;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user