Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using GETFILE()
Message
 
 
À
12/08/2003 20:42:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00819661
Message ID:
00819663
Vues:
31
>how do i specify the LOOK IN using GETFILE()?
You can temporary change current VFP directory to one where you want GETFILE() to start.
lcSaveCurrDir = FULLPATH("")
lcLookInDir = "..."
CD (lcLookInDir)
lcFileName = GETFILE(...)
CD (lcSaveCurrDir)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform