Description of TDADirScan :
These components will scan a given dir and generate an event each time a new file or directory is found or added.TDADirScan will just scan the directoryTDADirScanTreeView will fill a treeview with its contentTDADirScanListView will fill a listviewYou can subclass TDaDirScan if you want other components to be filled. This component will allow you to separate the content (in this case: file system) from the way it is represented (treeview, listview or other).