Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Scripting object
Message
From
14/12/2000 14:21:39
 
 
To
14/12/2000 12:48:09
Steve Summers
Pima County Superior Court
Tucson, Arizona, United States
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00453480
Message ID:
00453568
Views:
28
>I'm tring to convert this code from vbs to vfp. It simply list a list of files in a certain directory.

Am I alone here in thinking ADir()?
lnFiles = ADir(aFiles, 'c:\test\*.*')
for lnI = 1 to lnFiles
	?aFiles[lnI]
endfor
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform