Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function ADIR()
Message
De
16/12/2003 16:27:35
 
 
À
10/12/2003 13:21:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00857766
Message ID:
00859669
Vues:
11
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


Brad
This posting is provided “AS IS”, with no warranties, and confers no rights.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform