Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there an alternative to ADIR()?
Message
De
30/04/2004 07:50:45
 
 
À
30/04/2004 07:40:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00899669
Message ID:
00899670
Vues:
18
Hi Richard,

Too much files.
ADIR() can hold only 65000 elements. SInce it's 5-dimensional, that means
65000 / 5 = 13000 files.
In VFP 9 it wil be able to hold more elements.

In te meantime, I suggest that you use the SystemFileObject Script :
LOCAL oFSO as "Scripting.FileSystemObject"
oFSO = CREATEOBJECT("Scripting.FileSystemObject")
ofso1=oFSO.GetFolder(lcPad)
FOR EACH oItem IN oFSO1.Files

endfor
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform