Description
We want DevRec to be able to scan through every file/folder in the directory where the session has been activated and capture any changes in files/folders.
For instance, if:
- the user is editing a file, record it (add some interval to avoid recording every time the user saves a change in a file, maybe every X minutes for the same file).
- the user creates a new file, record it.
- the user is deleting a file, record it.
- etc.
Description
We want DevRec to be able to scan through every file/folder in the directory where the session has been activated and capture any changes in files/folders.
For instance, if: