Hi, all, Is there a way to get a number of files in a particular directory? I tried using os.walk, os.listdir but they are return me with a list, tuple of the files, etc. But I want it to return a number. Is it possible? -- http://mail.python.org/mailman/listinfo/python-list
- How do I get number of files in a particular directory... blur959
- Re: How do I get number of files in a particular ... Bruno Desthuilliers
- Re: How do I get number of files in a particular ... Cameron Simpson
- Re: How do I get number of files in a particular ... blur959
- Re: How do I get number of files in a particu... Stefan Schwarzer
- Re: How do I get number of files in a particu... blur959
- Re: How do I get number of files in a par... Peter Otten
- Re: How do I get number of files in a par... Dave Angel
- Re: How do I get number of files in a par... blur959
- Re: How do I get number of files in a... Alister Ware