Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getfile() ???
Message
De
08/03/2005 08:41:55
 
 
À
08/03/2005 08:35:39
Allen Hanna
H. A. Hanna Associates
Indianola, Indiana, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Divers
Thread ID:
00993591
Message ID:
00993596
Vues:
14
>Hello All,
>
>The getfile() function is handy in coding but is there any way to force it to initially look at a specific directory?
>
>Thanks,
>Allen

Allen,

Something like this ?
FolderStart = '\tmp'
FolderCurrent = curdir()
cd (m.FolderStart)
aa=getfile()
cd (m.FolderCurrent)
?aa
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform