#pragma once #include class bdFile { public: static bool renameFile(const std::string& from, const std::string& to) ; } ;