> dir? only works in the current directory. > If you look at the source of dir?, you will > see that. Do this: > > ?? dir? I keep forgetting I can read the source of functions. Bah!
> You should use the absolute path. Yeah, I learned that one now ;) > foreach file read dir: join root sub [ > if (dir? dir/:file) ... Oo, that's nicer looking.. > You can probably also use clean-path in other > situations to get the absolute path. Cool. Thanks for the info! --Charles -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
