M Madgeek New member Apr 28, 2009 #1 I have a directory that is going to have more than 500 files in it. How can I quickly retrieve the number of files in this directory? Is there a better/quicker method than: count(glob('*.*'))?
I have a directory that is going to have more than 500 files in it. How can I quickly retrieve the number of files in this directory? Is there a better/quicker method than: count(glob('*.*'))?