John Craig wrote:
I'm recursing through a (sometimes large) list of files and folders which can take a while, so I was trying to avoid another function call per line.
A perfect case for using "the detailed files", so you can rapidly get all of the size info for an entire directory in one call, and the just format the info or calculate it however you need.
-- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
