module Synopsis.FileTree
class Directory
Directory-inheritance Scopes/Synopsis/FileTree/Node.html
FileTree node for directories. @attr path the path of this node as a string. @attr filename the name of the directory, i.e. the last element of the path string @attr children the children of this directory, each Directory or File objects.
Attributes Summary:
source code
Methods Summary:
  __init__(self, path, filename)
references
source code
Attributes Inherited from Node
path, filename