Hi.
I am trying to list files and their properties (need modified date and size) from a directory. I have tried using FileSystemObject, but retrieving the file name seems to take a lot of time (oddly the other properties are listed in a flash). It takes me several minutes to list just a couple of hundred files, but I need to compare about 3000 of them.
Is there an easy and efficient way to list many files and their properties?
I am trying to list files and their properties (need modified date and size) from a directory. I have tried using FileSystemObject, but retrieving the file name seems to take a lot of time (oddly the other properties are listed in a flash). It takes me several minutes to list just a couple of hundred files, but I need to compare about 3000 of them.
Is there an easy and efficient way to list many files and their properties?