Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Store Folder Name in File
Message
De
21/01/2003 16:49:21
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00743025
Message ID:
00743994
Vues:
9
Look at adir() and directory() in the help file. That should put you on the right track.

lnCount = adir(laFiles,"*.")
for x = 1 to lnCount
if directory(laFiles[x,1])
*do what ever
endif
endfor

Hope this gets you in the right direction.

-Eric L Scott



>I have 500+ folders and I need to go to each folder to find out how many subfolders are under the main folder and store the subfolder names to a file. I cannot use DOS RUN comment. Can anyone give me some direction what I can do to pull all the information together.
>
>Thanks, Tai Fei Pao
-Eric
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform