On windows, how can I list files along with their created, modified and accessed dates?
Posted
by kdt
on Super User
See other posts from Super User
or by kdt
Published on 2010-04-15T13:38:44Z
Indexed on
2010/04/15
13:43 UTC
Read the original article
Hit count: 359
The 'dir' command has a /T switch which selects whether to display the creation, access or modification time. However, it doesn't seem to be able to list files along with all three dates for each file -- how can I do this?
© Super User or respective owner