Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get Folder name ??
Message
From
07/12/2001 01:48:19
 
 
To
07/12/2001 01:30:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00590996
Message ID:
00591002
Views:
25
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
Previous
Reply
Map
View

Click here to load this message in the networking platform