]> git.cworth.org Git - apitrace/blobdiff - common/os_string.hpp
Copy wrapper dll to executable directory on windows in apitrace trace.
[apitrace] / common / os_string.hpp
index c3fcf83396c405595c33e9cec55b69569bf10622..29ae5cf12bd1e37f5edb71f4ad70be5b97533bea 100644 (file)
@@ -373,6 +373,9 @@ public:
 String getProcessName();
 String getCurrentDir();
 
+bool copyFile(const String &srcFileName, const String &dstFileName, bool override = true);
+
+bool removeFile(const String &fileName);
 
 } /* namespace os */