Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function ADIR()
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00857766
Message ID:
00859674
Views:
12
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
Previous
Reply
Map
View

Click here to load this message in the networking platform