On 10/21/07, Joseph Garvin <k04jg02 at gmail.com> wrote: > and I don't see any way to iterate through all of the > subfolders of a directory, FILE(GLOB ...) If the globbing expressions aren't enough for your search, then get the output, then run a STRING(REGEX ...) on them. Cheers, Brandon Van Every