RetroShare/libbitdht/src/util/bdfile.h

10 lines
136 B
C++

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