Hi,
a strange question: it’s possible, by a minifilter/filter driver, to add
a virtual dir that is visible only in a single session or to a specific
process?
Trapping the IRP_MJ_DIRECTORY_CONTROL I should able to intercept all the
data of a DIR action and then, based on the session id or/and process
id, modify the data, but is a bad method.
This is important for me in order to complete the file’s redirect
functionality of my project.
In some case, the OS check the existence of a dir before open it (when
it open the dir I redirect or reparse, it successfully).
Thank’s to All