Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File Copy using the Shell...Win9x or Nt or 2000
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00451623
Message ID:
00455861
Vues:
42
>>>>>>>>>>>
>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/
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform