
i want to give you this 2 components for delphi3.
it works only under win95.

they look like the explorer dirview and fileview.
fileview has some problems on closing pointers, but i have a
newer version, that is in beta-state.
i have no help file, so i will descripe it in a view words:

to start it, -> Dirview.InitializeEx and Fileview.InitializeEx. in
FormCreate.
dirview:
    starting:
     procedure InitializeEx;
    refresh:
     procedure ActualizeEx;
    deleting a folder with all files:
     function DeleteDirTreeEx(Node:TTreeNode;Attrib:integer):boolean;

fileview:
        procedure InitializeEx;
        function  GFullFileName(index:integer):string;
        function  GFileName(index:integer):string;
        function  GFilePath(index:integer):string;
        function  GFileExt(index:integer):string;
        function  IsDir(LItem:TListItem;index:integer):boolean;

it's freeware.

schardl robert
rschardl@styrtia.com