[REBOL] Help for a newbie
From: learned::yuck::net at: 7-Jun-2001 16:07
I am just embarking on learning REBOL, and playing with data types in an effort to become comfortable with them. My question relates to blocks, files and find. If I read a directory as in: a: read %. and then try to find a file name within a, I consistantly receive a null response. What am I missing? I am trying things such as: find a "foo.txt" find a %foo.txt Thanks Ed