From 83efec86e7d23d02160719229df4790805432c35 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 17 Oct 2020 02:56:39 +0300 Subject: process_tests: remove temp files --- include/winapi/file.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/winapi/file.hpp') 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; -- cgit v1.2.3