H.Rafiee
H.Rafiee

Reputation: 368

Global Detect file info before opened with C++ or C#

How can I get files info before Opened With Default App Like As Antivirus Check?


Now I Wanna get Files Path before Opened default on windows .

So Do you have any Idea , Advice , resource and Some Place , Tutorial for this ?

-------------------------------------------------------------------------------------
thanks

Upvotes: 0

Views: 249

Answers (1)

Scis
Scis

Reputation: 2984

You could look into the File System Minifilter Drivers which are a little less fragile/error prone then writing a full blown Filter Driver.

Found a sample project on MSDN Code Gallery, seems like a nice start, I didn't really dive into it, but again it seems like a good start.

Upvotes: 2

Related Questions