aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/file.h b/common/file.h
index 3d816a6104..4d519be475 100644
--- a/common/file.h
+++ b/common/file.h
@@ -86,6 +86,9 @@ public:
virtual void close();
+ virtual bool remove(const String &filename);
+ virtual bool remove(const FilesystemNode &node);
+
/**
* Checks if the object opened a file successfully.
*