Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function ADIR()
Message
 
À
10/12/2003 13:21:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00857766
Message ID:
00857802
Vues:
27
This message has been marked as a message which has helped to the initial question of the thread.
In addition to what others told, you can use this:
oFSO = CREATEOBJECT("Scripting.FileSystemObject")
ofso1=oFSO.GetFolder(yourfolder)

FOR EACH oitem IN oFSO1.Files
?	oItem.NAme
* do other what you need here
endfor....
>Hello people,
>I have had a problem with Adir(). I am trying create a array with all files JPG in one diretory. This directory have 15383 images. Whem I create this array, fox give me this message: "Invalid Subscript reference".
>What I can do to read all files in this directory?
>
>Thanks!
>
>Rômulo
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform