Next: find procedure, Up: Utility Procedures
Returns a list of all the subdirectories in a single directory that match a glob pattern.
getdirs{-all rootdir pattern}
-allIf this option is given, then subdirectories will be matched recursively.
rootdirThe top level directory to start the search from.
patternIf you do not specify pattern, getdirs uses a default
pattern of *. You may use the common shell wildcard characters in
the pattern. If no directories match the pattern, then an empty list is
returned.