Re: System.IO and Windows 98
From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 08/20/04
- Next message: Herfried K. Wagner [MVP]: "Re: Windows Tray App"
- Previous message: md: "Re: URGENT Re: Treenode as image, not text URGENT"
- In reply to: jcrouse: "System.IO and Windows 98"
- Next in thread: Cor Ligthert: "Re: System.IO and Windows 98"
- Messages sorted by: [ date ] [ thread ]
Date: 20 Aug 2004 22:09:33 +0200
* "jcrouse" <me> scripsit:
> From what I can tell on Microsoft's website the .Net framework's System.IO
> will not work with Windows 98. Is this true? I designed my app for use with
> Windows 2000 and Windows XP. However, a user is trying in on a Windows 98
> box and having some issues. I have labels which are filled by reading files
> in the file system and he is telling me that they are not being filled. Is
> this what I should expect?
Most/everything(?) in the 'System.IO' namespace will work on Windows
98. Nevertheless, you should check the MSDN documentation for every
method. Without knowing your code it's impossible to tell you if your
problem is caused by the .NET Framework or your implementation.
-- Herfried K. Wagner [MVP] <URL:http://dotnet.mvps.org/>
- Next message: Herfried K. Wagner [MVP]: "Re: Windows Tray App"
- Previous message: md: "Re: URGENT Re: Treenode as image, not text URGENT"
- In reply to: jcrouse: "System.IO and Windows 98"
- Next in thread: Cor Ligthert: "Re: System.IO and Windows 98"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|