Home All Groups Group Topic Archive Search About

How does FileSystemWatcher work?

Author
30 Sep 2005 10:57 AM
Pete
Does anyone know how this class works "under the covers"?

I want this exact functionality, but do not have the luxury of writing
in .net. I need to access the api functions directly.

TIA,
Pete

Author
30 Sep 2005 11:45 AM
Patrice
Try :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/directory_management_functions.asp

--
Patrice

Show quoteHide quote
"Pete" <peter.hurf***@microcrest.com> a écrit dans le message de
news:1128077852.623811.158960@z14g2000cwz.googlegroups.com...
> Does anyone know how this class works "under the covers"?
>
> I want this exact functionality, but do not have the luxury of writing
> in .net. I need to access the api functions directly.
>
> TIA,
> Pete
>
Are all your drivers up to date? click for free checkup

Author
30 Sep 2005 1:01 PM
Kevin Spencer
I think this is the actual reference:

http://msdn.microsoft.com/library/en-us/fileio/fs/obtaining_directory_change_notifications.asp?frame=true

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Big things are made up of
lots of little things.

Show quoteHide quote
"Patrice" <nob***@nowhere.com> wrote in message
news:e9c08RbxFHA.664@tk2msftngp13.phx.gbl...
> Try :
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/directory_management_functions.asp
>
> --
> Patrice
>
> "Pete" <peter.hurf***@microcrest.com> a écrit dans le message de
> news:1128077852.623811.158960@z14g2000cwz.googlegroups.com...
>> Does anyone know how this class works "under the covers"?
>>
>> I want this exact functionality, but do not have the luxury of writing
>> in .net. I need to access the api functions directly.
>>
>> TIA,
>> Pete
>>
>
>
Author
30 Sep 2005 3:19 PM
Pete
Indeed.

FindFirstChangeNotification() and FindNextChangeNotification() are the
key calls.

Thanks everyone
Pete

Bookmark and Share