[REBOL] Understanding Data Types
From: learned::talentsinc::net at: 7-Jun-2001 16:55
I am a newbie to REBOL and trying to get a grip on it's data typing. My
question concerns the following scenario:
If I read a directory:
foo: read %.
how can I execute a find against the block? If I try:
find foo "a.txt"
I get a null response, as I do with most other variations. I know that each
entry in foo is considered a file type, and I am assuming that is why my
find doesn't work, but what do I need to do to make it work?
Thanks
Ed