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` <> Command | TclX