Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function ADIR()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00857766
Message ID:
00859674
Vues:
11
Yo! Brad! Try this

>Hi Romulo,
>You could also try the filesystemobject:
>
LOCAL fso as "Scripting.filesystemObject"
fso=CREATEOBJECT("Scripting.filesystemObject")
odir=fso.GetFolder('c:\cases')
FOR EACH ofile IN odir.files
	?ofile.name
ENDFOR
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform