aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/winapi/file.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/winapi/file.hpp')
-rw-r--r--include/winapi/file.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/winapi/file.hpp b/include/winapi/file.hpp
index fd34783..3dcd0d1 100644
--- a/include/winapi/file.hpp
+++ b/include/winapi/file.hpp
@@ -22,6 +22,9 @@ public:
static Handle open_w(const std::string&);
static Handle open_w(const CanonicalPath&);
+ static void remove(const std::string&);
+ static void remove(const CanonicalPath&);
+
using Handle::close;
using Handle::read;