[thelist] asp: FileSystemObject

Tab Alleman Tab.Alleman at RealMetros.com
Tue Aug 14 13:50:30 CDT 2001


Tried that.  Also tried (for the helluvit):

Set objFSO = Server.WScript.CreateObject("Scripting.FileSystemObject")

...also no dice, as you probably guessed.  : )  any other suggestions?

-----Original Message-----
From: David at softv.net [mailto:David at softv.net]
AS Anthony said, it should be:

Dim objFSO
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")

-----Original Message-----
From: Tab Alleman [mailto:Tab.Alleman at RealMetros.com]
Sent: Tuesday, August 14, 2001 2:43 PM
To: thelist at lists.evolt.org
Subject: RE: [thelist] asp: FileSystemObject


Well I've tried:
Set fso = WScript.CreateObject("Scripting.FileSystemObject")

And simply:
Set fso = CreateObject("Scripting.FileSystemObject")

I should also mention that I'm on a Win2K server.



---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt ! 




More information about the thelist mailing list