BotanicalVis
Content
Index
Previous (PTFileItem)
Next (PTDirectoryItem)

Member
  TDirectoryItem

Related Unit
  Data

Description
 

a structure for a directory listing
name of directory
directory size (strand size)
sum of files (incl subdirs)
sum of dirs
pointer on a treenode
list of PDirectoryItem(s);
list of FileItem(s);


Source code
  TDirectoryItem = record n : String ; s : Int64 ; fileCnt : Cardinal ; dirCnt : Cardinal ; tn : TTreeNode ; dl : TSList ; fl : TSList ; end ;

Links
  #UnderConstruction#

BotanicalVis
Content
Index
Previous (PTFileItem)
Next (PTDirectoryItem)


Created with DelphiCodeToDoc. To obtain the latest revision, please see http://dephicodetodoc.sourceforge.net/
Under GNU GPL licence. Copyright (c) 2003 - TridenT.