diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-17 02:56:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-17 02:56:39 +0300 |
commit | 83efec86e7d23d02160719229df4790805432c35 (patch) | |
tree | 8d87a40484514043f50d092636fcf9340c06edc4 /include | |
parent | CommandLine: refactoring (diff) | |
download | winapi-common-83efec86e7d23d02160719229df4790805432c35.tar.gz winapi-common-83efec86e7d23d02160719229df4790805432c35.zip |
process_tests: remove temp files
Diffstat (limited to 'include')
-rw-r--r-- | include/winapi/file.hpp | 3 |
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; |