It is SQLLite Database. Curious on why you would like to open the DB and check . are you looking to see 30 days activity . we have dashboard which shows this information
Hi Henrik,
You can use sql lite db viewer to open it.
I hope this helps
@Swarna I was curious to see if there was any information on what type of change was made to the files.
It’s unclear to me what triggers a file change to be added to the database.
Whilest 20000 modified files in a directory is somewhat informative, it’s kind of hard to tell if it’s a legit change (probably is) without more details.
//Henke
Hi, Anyone can share an example to open this db and check the information that this file include?
i was able to open the FOlderWatcher.db fiile using the GUI tool from https://sqlitebrowser.org/dl/,
but the strange thing is that the table FileIOInfo has in the table-field = Path a value of “\” for all entries in this table. i thought i would fine the actual file path and file name in this field so to be able to identify which files have been changed.