Sorting by date

  • Thread starter Thread starter Metallo
  • Start date Start date
M

Metallo

Hi,

I want to sort the content in my folders by "Date Modified".
The problem is that the folder contains subfolders and files, therefore
the sorting works for the subfolders first then for the files.

What I want is, say, an absolute sorting by date, regardless whether
there are subfolders or files.

Is it feasible?
 
[Metallo] wrote-:
Hi,

I want to sort the content in my folders by "Date Modified".
The problem is that the folder contains subfolders and files, therefore
the sorting works for the subfolders first then for the files.

What I want is, say, an absolute sorting by date, regardless whether
there are subfolders or files.

Open a command Prompt window
CD to the folder
Run :
dir /od /tw


Good Luck, Ayush.
 
Back
Top