Global Package
Inheritance Tree
Inheritance Graph
Name Index
Module
Synopsis
.
Formatters
.
HTML
.
Views
.Directory
Classes Summary:
class
Directory
A view that lists the content of a directory.
Functions Summary:
compile_glob
(
globstr
)
Returns a compiled regular expression for the given glob string.
Classes Details:
class
Directory
A view that lists the content of a directory.
Functions Details:
compile_glob
(
globstr
)
Returns a compiled regular expression for the given glob string. A glob string is something like "*.?pp" which gets translated into "^.*\..pp$".
Generated on Thu Apr 16 16:27:01 2009 by
synopsis
(version devel)