[Tutor] monitor number of files in a folder
Jeff Younker
jeff at drinktomi.com
Tue Aug 11 01:15:34 CEST 2009
On Aug 7, 2009, at 9:29 AM, pedro wrote:
> On my machine (a Mac), os.listdir does include files that begin with
> "." Having the while loop timeout after 10 or 20 times through as
> was suggested a couple posts back will work fine for my particular
> situation.
> Thanks
Yes, it does include files that begin with '.', but it does not include
the entries '.' and '..'.
-jeff
More information about the Tutor
mailing list