Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subfolder list
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Environment versions
Visual FoxPro:
VFP 6
Miscellaneous
Thread ID:
01249122
Message ID:
01249124
Views:
16
lcNewDir = "E:\Buick\Parts"
lcOldDir = FULLPATH("")
CD (lcNewDir)
= ADIR(laDirList, "", "D")
CD (lcOldDir)
> I need help. I need a list of subfolder in a array. I am using Getdir() function to get the subfolder list. It is not working. For example:
>in E:\Buick\Parts (there are list of 5 subfolder like so)
>            \Engine1
>            \Engine2
>            \Engine3
>            \Engine4
>            \Engine5
>I need the list of Engine1...Engine5 in an array.
>
>How can I accomplish this?
>
>Thanks
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform