mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
added an option to follow symbolic links or not, and anti-loop system during directories traversal
This commit is contained in:
parent
cf270d73c0
commit
5f69c9ea1f
13 changed files with 218 additions and 126 deletions
|
@ -138,6 +138,9 @@ class p3FileDatabase: public p3Service, public p3Config, public ftSearch //, pub
|
|||
void setWatchEnabled(bool b) ;
|
||||
bool watchEnabled() ;
|
||||
|
||||
bool followSymLinks() const;
|
||||
void setFollowSymLinks(bool b) ;
|
||||
|
||||
// interfact for directory parsing
|
||||
|
||||
void forceDirectoryCheck(); // Force re-sweep the directories and see what's changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue