Version 2 of readdir

Updated 2009-06-20 21:18:12 by dkf

A command in the TclX package.

readdir ?-hidden? dirPath

Return the contents of the directory named by dirPath as a list of filenames. Only includes entries starting with a dot if -hidden is given. Never includes “.” or “..”.

See also
glob