How Can I List All the Files in a Folder, Ordered By Creation Date?
Hey, Scripting Guy! How can I list all the files in a folder, ordered by creation date?-- CL Hey, CL. You know, if we were ambitious and hard-working, we’d sit down and write you a script that uses WMI to return all the files in a folder. That script would grab information about all those files and store that data in a disconnected recordset. We...