Module Synopsis.Formatters.HTML.Views.Directory

-Classes
class Directory
references
source code
A view that lists the content of a directory.
-Functions
  compile_glob(globstr)
references
source code

-

Returns a compiled regular expression for the given glob string. A glob string is something like "*.?pp" which gets translated into "^.*\..pp$".