Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOPEN() problem
Message
 
 
To
09/01/2002 10:18:53
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00602489
Message ID:
00602493
Views:
18
>An end user reports the following error message when an FOPEN() is issued: "class definition SCRIPTING.FILESYSTEM OBJECT is not found". Does anyone know what is missing here? I believe this is a WIN95 machine. TIA

It's not fopen() but WSH. You've code somewhere like this
oFso = Createobject("SCRIPTING.FILESYSTEMOBJECT")
You've to install WSH on this PC. Actually, you've to install it on every PC that doesn't have it. WSH is guaranted to be present only starting with Win2k.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform