Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function ADIR()
Message
From
16/12/2003 16:27:35
 
 
To
10/12/2003 13:21:17
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00857766
Message ID:
00859669
Views:
12
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform