Unit Traverse

=============================================} { } { James L. Allison } { 1703 Neptune Lane } { Houston, Texas 77062 } { INTERNET:71565.303@compuserve.com } { } { Released to public domain. } { Nov 6, 1994 } { } {=============================================} {=============================================} {converted to a Delphi component } { by D. Heijl } { Danny.Heijl@cevi.be } { dec 17, 1996 } {=============================================

Classes

TFtw -

Functions

Types

Action
TOnProcess_File

Constants

Variables


Functions


Types


Action = (Finished, FindMore);
Action is returned by the OnProces_File function
TOnProcess_File = function (Path: string; Info: tSearchRec): Action of object
OnProcess_File is a user written procedure that does something to a file. It then returns either Finished, telling Walk_Tree to quit, or CONTINUE, telling Walk_Tree to keep going.

Constants


Variables