4

I'm trying to figure out exactly when I created a file. Windows 7 thinks I don't know how to subtract two times, and tells me it was created "1 hour ago." I need a little more detail than this, but I can't seem to find a setting to toggle this "feature" off.

Example below:

enter image description here

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
corsiKa
  • 981

4 Answers4

5

You can also enable the Date Created column in Explorer:

enter image description here

Synetech
  • 69,547
2

Found this interesting question on the subject: Windows 7, file properties, date modified, how do you show seconds?

In my opinion, extending the properties window with something like SKTimeStamp is easier than opening the shell every time (see the bottom 2 screenshots in their google code site).

1

You always have the option of using the dir /T command in the command prompt. Shows exact time and dates.

0

I found XDir, a command line utility. http://download.cnet.com/XDir/3000-2248_4-10508433.html . You can decide what file properties are listed.

e.g.

XDir L:\luajit-2.0\src* "/Form=*f *O *o *d *t"

that shows a filename , creation date and modification date exactly

L:\luajit-2.0\src\lib_base.c 31/05/2015 12:20:46 31/05/2015 12:20:46
L:\luajit-2.0\src\lib_bit.c 31/05/2015 12:20:46 31/05/2015 12:20:46
L:\luajit-2.0\src\lib_debug.c 31/05/2015 12:20:46 31/05/2015 12:20:46
L:\luajit-2.0\src\lib_ffi.c 31/05/2015 12:20:46 31/05/2015 12:20:46
L:\luajit-2.0\src\lib_init.c 31/05/2015 12:20:46 31/05/2015 12:20:46
L:\luajit-2.0\src\lib_io.c 31/05/2015 12:20:48 31/05/2015 12:20:48
L:\luajit-2.0\src\lib_jit.c 31/05/2015 12:20:48 31/05/2015 12:20:48
L:\luajit-2.0\src\lib_math.c 31/05/2015 12:20:48 31/05/2015 12:20:48
L:\luajit-2.0\src\lib_os.c 31/05/2015 12:20:48 31/05/2015 12:20:48
L:\luajit-2.0\src\lib_package.c 31/05/2015 12:20:48 31/05/2015 12:20:48
L:\luajit-2.0\src\lib_string.c 31/05/2015 12:20:48 31/05/2015 12:20:48
L:\luajit-2.0\src\lib_table.c 31/05/2015 12:20:48 31/05/2015 12:20:48
L:\luajit-2.0\src\lj.supp 31/05/2015 12:20:48 31/05/2015 12:20:48
L:\luajit-2.0\src\ljamalg.c 31/05/2015 12:21:00 31/05/2015 12:21:00
L:\luajit-2.0\src\lj_alloc.c 31/05/2015 12:20:48 31/05/2015 12:20:48
L:\luajit-2.0\src\lj_alloc.h 31/05/2015 12:20:48 31/05/2015 12:20:48
L:\luajit-2.0\src\lj_api.c 31/05/2015 12:20:48 31/05/2015 12:20:48
L:\luajit-2.0\src\lj_arch.h 31/05/2015 12:20:48 31/05/2015 12:20:48