This web page on FileSystemWatcher Class in .net 2.0 says that the
class works on a win98 platform.

http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher(VS.80).aspx

I know for certain FileSystemWatcher does NOT work in .net 1.0 on a
win98 platform.

Was FileSystemWatcher fixed in .net 2.0 ?

Thanks...

RE: FileSystemWatcher class and .NET 2.0 documentation by FamilyTreeMike

FamilyTreeMike
Thu May 08 09:19:01 CDT 2008

I suspect not based on this link, though I haven't used win98 in ~15 years :)
http://msdn.microsoft.com/en-us/library/xcc1t119(VS.80).aspx


"- HAL9000" wrote:

> This web page on FileSystemWatcher Class in .net 2.0 says that the
> class works on a win98 platform.
>
> http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher(VS.80).aspx
>
> I know for certain FileSystemWatcher does NOT work in .net 1.0 on a
> win98 platform.
>
> Was FileSystemWatcher fixed in .net 2.0 ?
>
> Thanks...
>
>
>

Re: FileSystemWatcher class and .NET 2.0 documentation by Michael

Michael
Thu May 08 20:52:05 CDT 2008

"Family Tree Mike" <FamilyTreeMike@discussions.microsoft.com> wrote in
message news:82EB13B0-F317-4B53-AD12-7B25541E1250@microsoft.com...
>I suspect not based on this link, though I haven't used win98 in ~15 years
>:)
> http://msdn.microsoft.com/en-us/library/xcc1t119(VS.80).aspx
>
>
> "- HAL9000" wrote:
>
>> This web page on FileSystemWatcher Class in .net 2.0 says that the
>> class works on a win98 platform.
>>
>> http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher(VS.80).aspx
>>
>> I know for certain FileSystemWatcher does NOT work in .net 1.0 on a
>> win98 platform.
>>
>> Was FileSystemWatcher fixed in .net 2.0 ?
>>
>> Thanks...
>>
It should. The underlying API works on Win95 and Win98, but with some
restrictions such as no network watching.

Mike.