Version 0 of for_recursive_glob

Updated 2009-06-14 09:59:24 by dkf

This command is part of the TclX package.

for_recursive_glob var dirlist globlist code

Evaluate code for each file in a directory in/below those listed in dirlist that matches one of the patterns in globlist, setting var to the path to the file. The break and continue commands have their normal looping-context interpretation.

See also fileutil::find.