mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-25 18:16:30 -05:00
removed duplicate copy/rename file methods from ftController
This commit is contained in:
parent
47b825833a
commit
fb70cb2e9e
5 changed files with 48 additions and 120 deletions
|
|
@ -414,7 +414,7 @@ std::string ftServer::getPartialsDirectory()
|
|||
|
||||
bool ftServer::copyFile(const std::string& source, const std::string& dest)
|
||||
{
|
||||
return mFtController->copyFile(source, dest);
|
||||
return RsDirUtil::copyFile(source, dest);
|
||||
}
|
||||
|
||||
void ftServer::FileDownloads(std::list<RsFileHash> &hashs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue