Walk a directory/Recursively: Difference between revisions

m
(→‎{{header|ooRexx}}: add version 2)
Line 949:
if n>=maxT then # max thread count reached
D |||:= getdirs(s || "/" ||f)
else # spwanspawn a new thread for this directory
{/thrd:=[]; n +:= 1; put(thrd, thread getdirs(s || "/" ||f))}
Anonymous user