diff options
Diffstat (limited to 'include/fileio.hpp')
-rw-r--r-- | include/fileio.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fileio.hpp b/include/fileio.hpp index c5e33ec..3ec4854 100644 --- a/include/fileio.hpp +++ b/include/fileio.hpp @@ -12,4 +12,8 @@ int getdir(std::string dir, std::list<std::string>& files); std::string readFile(const std::string& path); std::vector<std::string> readFileA(const std::string& path); +void copyFile(const std::string& to, const std::string& from); + +bool fileExists(const std::string& file); + #endif // FILEIO_HPP_ |