Daniel
Thu Nov 11 04:40:10 CST 2004
It sounds like you are after FileSystemWatcher functionality. This class is
not implemented in the CF but a quick search indicates that the openetcf
offers one:
http://groups.google.com/groups?hl=en&lr=&c2coff=1&q=FileSystemWatcher&meta=group%3Dmicrosoft.public.dotnet.framework.compactframework
Cheers
Daniel
--
http://www.danielmoth.com/Blog/
"Cyberdot" <Cyberdot@discussions.microsoft.com> wrote in message
news:C3C2C810-5C1F-4297-BB9B-02AE28F5B58E@microsoft.com...
> Hi,
>
> for my application I need an event wich controles a directory and fires,
> if
> a file is added to the directory. Is something like this possible, and if
> yes, how could I do that (I haven't wrote an event yet)?
>
> Greets,
> Cyberdot