10#include <boost/filesystem/operations.hpp> 
   12USERVER_NAMESPACE_BEGIN
 
   50                              std::string_view contents);
 
   60void Rename(
const std::string& source, 
const std::string& destination);
 
   75                                   std::string_view contents,
 
   76                                   boost::filesystem::perms perms);
 
   82void Chmod(
const std::string& path, boost::filesystem::perms perms);