Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open a folder
Message
De
06/02/2011 06:59:12
 
 
À
06/02/2011 06:03:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01498914
Message ID:
01498915
Vues:
63
>Hello Everybody
>I am using getfile() to open a text file which is normal, but as I have different folders, how can I go to a directly to a specific folder where my text file is stored.
>thank you
>best for now

Ounis,

The only way I know is to change the directory prior to calling getfile
local oldir, textdir
oldir = fullpath(curdir())
textdir = 'D:\tmp'

cd (m.textdir)

?getFile()
cd (m.olddir)
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform