The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TTreeCopyFeedBack


Unit:SDL_filesys
Class: none
Declaration: TTreeCopyFeedBack = procedure (BytesCopied, SizeOfCurrentFile: longint; NameOfCurrentFile: string; NrOfFilesCopiedSoFar: longint);

The type declaration TTreeCopyFeedBack defines the feedback procedure for the tree copying process performed by CopyFileTree. The parameter BytesCopied contains the number of bytes copied so far, the parameter SizeOfCurrentFile holds the size of the file currently being copied. The parameter NameOfCurrentFile holds the name of this file, and NrOfFilesCopiedSoFar contains the number of file copied so far.



Last Update: 2023-Feb-06