Hi,
I'am working on Pocket PC 2002. It want to be able to monitor all changes on
files.
I want to be notify of file creation, opening, deletion and so on.
For example: if the user wants to open a file - I want to firstly check It
and I there is everything ok, I want to let user open the file, if not I want
to block it.
Can You help tell how I can reach this?

Thanks in ahead,
MuchaM

Re: Monitor file operations by Scott

Scott
Mon May 02 18:03:08 CDT 2005

It sounds like you want to write a file system filter. If you look up "file
system filter" on MSDN there are some samples.

--
Scott Yost
Software Development Engineer/Test
Microsoft Corp.

This posting is provided "AS IS" with no warranties, and confers no rights.

"MuchaM" <MuchaM@discussions.microsoft.com> wrote in message
news:28DE2E6D-556A-4F93-8B96-3155CD476A37@microsoft.com...
> Hi,
> I'am working on Pocket PC 2002. It want to be able to monitor all changes
> on
> files.
> I want to be notify of file creation, opening, deletion and so on.
> For example: if the user wants to open a file - I want to firstly check It
> and I there is everything ok, I want to let user open the file, if not I
> want
> to block it.
> Can You help tell how I can reach this?
>
> Thanks in ahead,
> MuchaM
>



Re: Monitor file operations by Jim

Jim
Tue May 03 00:29:48 CDT 2005

I believe that there is a File System Watcher component in the
www.OpenNetCF.org distribution.


"Scott Yost [MSFT]" <scyost@online.microsoft.com> wrote in message
news:O0ggcs2TFHA.1796@TK2MSFTNGP15.phx.gbl...
> It sounds like you want to write a file system filter. If you look up
> "file system filter" on MSDN there are some samples.
>
> --
> Scott Yost
> Software Development Engineer/Test
> Microsoft Corp.
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "MuchaM" <MuchaM@discussions.microsoft.com> wrote in message
> news:28DE2E6D-556A-4F93-8B96-3155CD476A37@microsoft.com...
>> Hi,
>> I'am working on Pocket PC 2002. It want to be able to monitor all changes
>> on
>> files.
>> I want to be notify of file creation, opening, deletion and so on.
>> For example: if the user wants to open a file - I want to firstly check
>> It
>> and I there is everything ok, I want to let user open the file, if not I
>> want
>> to block it.
>> Can You help tell how I can reach this?
>>
>> Thanks in ahead,
>> MuchaM
>>
>
>



Re: Monitor file operations by MuchaM

MuchaM
Thu May 05 07:11:09 CDT 2005

Thank you for answer.

In posts I found out that it is impossible to write "file system filter" on
PPC 2002.
Is it true? Maybe is's possible to write a wrapper?

Best regards,
MuchaM

"Scott Yost [MSFT]" wrote:

> It sounds like you want to write a file system filter. If you look up "file
> system filter" on MSDN there are some samples.
>
> --
> Scott Yost
> Software Development Engineer/Test
> Microsoft Corp.
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "MuchaM" <MuchaM@discussions.microsoft.com> wrote in message
> news:28DE2E6D-556A-4F93-8B96-3155CD476A37@microsoft.com...
> > Hi,
> > I'am working on Pocket PC 2002. It want to be able to monitor all changes
> > on
> > files.
> > I want to be notify of file creation, opening, deletion and so on.
> > For example: if the user wants to open a file - I want to firstly check It
> > and I there is everything ok, I want to let user open the file, if not I
> > want
> > to block it.
> > Can You help tell how I can reach this?
> >
> > Thanks in ahead,
> > MuchaM
> >
>
>
>

Re: Monitor file operations by MuchaM

MuchaM
Tue May 17 07:11:05 CDT 2005

Thank you very much for the answer.
MuchaM

"Scott Yost [MSFT]" wrote:

> You're right, file system filters weren't possible until CE 4.0. I don't
> know of a good way to do what you're trying to do without them.
>
> --
> Scott Yost
> Software Development Engineer/Test
> Microsoft Corp.
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "MuchaM" <MuchaM@discussions.microsoft.com> wrote in message
> news:AA9ADA8F-0E38-4E0E-B5D1-052E79862334@microsoft.com...
> > Thank you for answer.
> >
> > In posts I found out that it is impossible to write "file system filter"
> > on
> > PPC 2002.
> > Is it true? Maybe is's possible to write a wrapper?
> >
> > Best regards,
> > MuchaM
> >
> > "Scott Yost [MSFT]" wrote:
> >
> >> It sounds like you want to write a file system filter. If you look up
> >> "file
> >> system filter" on MSDN there are some samples.
> >>
> >> --
> >> Scott Yost
> >> Software Development Engineer/Test
> >> Microsoft Corp.
> >>
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.
> >>
> >> "MuchaM" <MuchaM@discussions.microsoft.com> wrote in message
> >> news:28DE2E6D-556A-4F93-8B96-3155CD476A37@microsoft.com...
> >> > Hi,
> >> > I'am working on Pocket PC 2002. It want to be able to monitor all
> >> > changes
> >> > on
> >> > files.
> >> > I want to be notify of file creation, opening, deletion and so on.
> >> > For example: if the user wants to open a file - I want to firstly check
> >> > It
> >> > and I there is everything ok, I want to let user open the file, if not
> >> > I
> >> > want
> >> > to block it.
> >> > Can You help tell how I can reach this?
> >> >
> >> > Thanks in ahead,
> >> > MuchaM
> >> >
> >>
> >>
> >>
>
>
>