Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get Folder name ??
Message
De
07/12/2001 01:48:19
 
 
À
07/12/2001 01:30:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00590996
Message ID:
00591002
Vues:
26
Hi, Hs

Assuming that your current default directory is PRG, try the following code:
lcOldDir = Sys(5)+Sys(2003)
CD..\Photo

For i=1 to ADir(laDirs,"","D")
   If not InList(laDirs(i,1),".","..")
   	  ? laDirs(i,1)
   EndIf 
Next 

Set Default To (lcOldDir)
HTH
Claudio Lassala
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform