[EMAIL PROTECTED] wrote:
> robert wrote:
>> I want to get the files and sizes and times etc. stats of a dir fast.
>> os.listdir & iterating with os.stat seems not to run at optimal speed for
>> network folders. Is there a faster possibility? (both for Win & *nix ; best
>> platform independent)
>>
robert wrote:
> I want to get the files and sizes and times etc. stats of a dir fast.
> os.listdir & iterating with os.stat seems not to run at optimal speed for
> network folders. Is there a faster possibility? (both for Win & *nix ; best
> platform independent)
>
>
> Robert
An alternative is