I need help in creating file system filter
-
Hi, I need to implement a file system filter in Windows Mobile 6 using .Net Compact Framework with C#. Basically I need to get calls between APIs when the file is accessed and do some operation? What I know is that this has to be done in C. However, I have no clue how to create this filter at all (Zero knowledge). I've read article from http://blogs.msdn.com/ce_base/archive/2005/12/01/499052.aspx[^] but im still very confused. Things like how how to get the sample file from %_WINCEROOT%\public\common\oak\drivers\fsd\fsdspy\ and all? Bottomline, im really noob regarding this file system filter. Can someone guide me how to go about doing this to get things started? 1. What kind of project/ file should I create in visual studio 2008? (For example, Win32 console Application??). 2. Working samples for me to try it out for a noob like me 3. Steps in integrating the file system filters in C to my current c# compact framework project.