I am looking for a minifilter redirector to redirect file modifications for a specific application. It does following:
- when a file is modified, the file is copied to isolated folder and modified there (parent directories are created in isolated folder as well if they dont exist there)
- when a file is deleted, the file is marked as deleted in isolated folder and keeping actual file not changed
- when enumerating a directory, files in redirected directory and actual directory are merged
- when opening a file, open redirected file if it exists, otherwise read the actual file.