fixed file moving between different file systems, which forced people to have their Incoming directory on the same file system than the Partials directory

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1087 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-03-19 12:49:11 +00:00
parent 72dbf59b9d
commit 12113df4b7
2 changed files with 79 additions and 19 deletions

View file

@ -141,6 +141,7 @@ std::string getDownloadDirectory();
std::string getPartialsDirectory();
bool FileDetails(std::string hash, FileInfo &info);
bool moveFile(const std::string& source,const std::string& dest) ;
/***************************************************************/
/********************** Cache Transfer *************************/