Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing a filter driver with the following requirements
a) New files created are actually created on a thawed location, but to the user and all applications it looks like they exist on the original location.
b) before modifying a file, a new copy is made on the thawed location, leaving the original intact.
c) While the filter is active, thawed location copies are used, but when it is unloaded it will be like the file never changed. All this without the user knowledge.

I researched about filesystem drivers and I'm able to intercept irps for creating, opening, reading and deleting volume, file, or directories. I also know how to modify the file Name object so that file redirection to another location can be effective. However how do i maintain the consistency for users and applications can still access the files in the original location without any problem?
Posted
Updated 21-Jul-15 23:04pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900