directory recursion of operation p on directory d is;

1) performing p on every file in d

 and then

2) directory recursion of operation p on every subdirectory of d


in other words

do p on every file in d and on every file in every subdirectory of d
and on every file in every subdirectory of a subdirectory of d (etc)




-ns
http://www.roserox.co.th





----- Original Message -----
From: "Alistair George" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Friday, October 25, 2002 08:51
Subject: [DUG]: Recursion - directories


> Can anyone pse explain what directory recursion means?
> Tks,
> Al+
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to