Re: large directory handling

2004-01-05 Thread Randal L. Schwartz
> "Charles" == Charles Harvey <[EMAIL PROTECTED]> writes: Charles> I am trying empty a directory with over 4000 files with a script, and Charles> do not understand why I can only delete half at a time. I am guessing Charles> that the directory handle has a size limitation?? Is there a way to

Weekly list FAQ posting

2004-01-05 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addres

large directory handling

2004-01-05 Thread Charles Harvey
Hello all, I am trying empty a directory with over 4000 files with a script, and do not understand why I can only delete half at a time. I am guessing that the directory handle has a size limitation?? Is there a way to load the contents into a large array or am I going about this all wrong?