mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-14 09:29:30 -04:00
fixed bug in removing top dirs when creating file hierarhies
This commit is contained in:
parent
cbcf402e0b
commit
edffbc3670
3 changed files with 12 additions and 7 deletions
libretroshare/src/retroshare
|
@ -144,7 +144,7 @@ class FileTree
|
|||
public:
|
||||
virtual ~FileTree() {}
|
||||
|
||||
static FileTree *create(const DirDetails& dd, bool remote) ;
|
||||
static FileTree *create(const DirDetails& dd, bool remote, bool remove_top_dirs = true) ;
|
||||
static FileTree *create(const std::string& radix64_string) ;
|
||||
|
||||
virtual std::string toRadix64() const =0 ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue