How To View ALL Files In A Folder Sorted By Date Modified??
HERE'S the goocher however -- I have a folder with about 2000 sub-folders. I want to see the entirety of the files from all the subfolders in order by date modified. IS that possible? Because I've noticed that if folder A has folders 1,2,3 under it, and folder 3 was modified yesterday, it won't NECESSARILY be the case that the computer has folder A listed as modfiied.
you don't even need to write *.*, just hit F3 and then Enter to list all the files in this folder and sub-folders.
Loren Soth
Loren Soth
you don't even need to write *.*, just hit F3 and then Enter to list all the files in this folder and sub-folders.
Loren Soth
Loren Soth
In linux you could write up a c program to do this for you, and it woulden't even be too difficult.
in windows however im not so sure, there must be a way to traverse the directory structure but I dont know what it would be... probably something in MFC would work, maybe a specially designed library function... needs to be researched some.
in windows however im not so sure, there must be a way to traverse the directory structure but I dont know what it would be... probably something in MFC would work, maybe a specially designed library function... needs to be researched some.
you could use search and search for *.* from that folder and make sure you check 'include subfolders', then click on the date modified header on the result list to sort them out.