blur959 a écrit :
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?

len(any_sequence)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to