aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/winapi/file.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-17 02:56:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-17 02:56:39 +0300
commit83efec86e7d23d02160719229df4790805432c35 (patch)
tree8d87a40484514043f50d092636fcf9340c06edc4 /include/winapi/file.hpp
parentCommandLine: refactoring (diff)
downloadwinapi-common-83efec86e7d23d02160719229df4790805432c35.tar.gz
winapi-common-83efec86e7d23d02160719229df4790805432c35.zip
process_tests: remove temp files
Diffstat (limited to '')
-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;