Re: fast listdir & stat

2006-11-24 Thread robert
[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) >>

Re: fast listdir & stat

2006-11-24 Thread [EMAIL PROTECTED]
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