Hi -t,
you wrote:
>finding stuff, and looping
foreach filename load %ddbms/ [
if not dir? filename [
file: read join %ddbms/ [filename]
;- do-stuff-with-contents-of-file filename,
;- or just print the name of the file read:
print ["read filename" filename]
]
]
;- Elan >> [: - )]
- [REBOL] finding stuff, and looping tf
- icimjs
