I'm having some problems using the OpenTextFile property of the FileSystemObject. I can create an instance of the Scripting.FileSystemObject object, but as soon as I try to open a text file with the .OpenTextFile() property, the page just hangs. There is no viewable error or error code, the page just hangs and doesn't load. I was told this has happened to other people as well while running Win2000 and was wondering if anyone here knows anything about it and how to fix it.
For your reference, I used the FSO code from http://www.eggheadcafe.com/PrintSearchContent.asp?LINKID=137 . Any help is appreciated,