mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
added file moving utility to rsFile interface to channels file save consistent
msgs now save from field in received msgs also allowed user to delete file added in createChanMsg dialog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3727 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6d173b7c8e
commit
618cc702a8
6 changed files with 56 additions and 6 deletions
|
@ -170,6 +170,7 @@ class RsFiles
|
|||
virtual bool ConvertSharedFilePath(std::string path, std::string &fullpath) = 0;
|
||||
virtual void ForceDirectoryCheck() = 0;
|
||||
virtual bool InDirectoryCheck() = 0;
|
||||
virtual bool CopyFile(const std::string& source,const std::string& dest) = 0;
|
||||
|
||||
/***
|
||||
* Directory Control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue