Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where do we store VFP temp files?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00477018
Message ID:
00477034
Vues:
24
>As I understood, we have to create config.fpw on each workstation and create a shortcut to use this config. I was thinking, is it possible to do in a code?

Off the top of my head:
cd home()
If File('config.fpw')
   lsConfig = FileToStr('config.fpw')
Endif

lsTmp = 'tmpfiles=c:\myapp\temp'
lsConfig = lsConfig + lsTmp
StrToFile(lsConfig,'config.fpw')
Quit
Mike Stewart
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform