Blitz (147/213)

From:David McMinn
Date:25 May 2000 at 10:48:03
Subject:Re: Bug in Lof?

Hi Gareth

> Now all I need is a recursive scanner. I came up with the idea of scanning
> through, counting the number of subdirs, and storing an array of those
> subdirs. Then just scanning through the subdirs using the normal routine.
> Would this work? I don't see any reason why it wouldn't, but I ain't got
> time to try it at the moment.

Yes, it would work, but if you're checking the entire contents of a directory
tree, then you'd need to add each directory in each subdir to the list of
directories to be scanned and it might end up a bit messy. The best option is a
recursive scan, really :)



|) /\ \/ ][ |) |\/| c |\/| ][ |\| |\| | dave@satanicdreams.com
http://members.xoom.com/David_McMinn | ICQ=16827694
Desperation. Anagram: A Rope Ends It

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie