Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Copy using the Shell...Win9x or Nt or 2000
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00451623
Message ID:
00455861
Views:
40
>>>>>>>>>>>
>How do you determine if FSO is installed on a machine via code
>>>>>>>>>>>
>
>You could trap ON ERROR * to avoid a messagebox if not there.
>then try to instantiate and check result:
>
>oFSO = CREATEOBJECT("Scripting.FileSystemObject")
>IF VARTYPE(oFso) != "O"
>   * Not installed
>ENDIF
>ON ERROR
>
>
>HTH


Thanks
Shawn Dorion
Geo Sektor Dot Com
Website: http://www.geosektor.com

Web Hosting Plans
Visit : http://WebHosting.Applications4u.com/
Previous
Reply
Map
View

Click here to load this message in the networking platform