IDL Windows Question [message #77074] |
Mon, 01 August 2011 11:07  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Folks,
This isn't an IDL question per se, I don't thing, but it
happens when I am using IDL.
Suppose I have a PNG file named "test.png" in a directory.
Suppose I created the file last week, which is reflected
in the time stamp of the file.
If I run the program that creates this program today,
the PNG file gets created OK, but the time stamp does
NOT get updated. Even if I "refresh" the File Explorer
window, it retains the date from last week. If I delete
the file first, then the file is created with the proper
time stamp.
This is Windows 7 with all updates running IDL 7.1.
Any ideas about this?
Thanks,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: IDL Windows Question [message #77157 is a reply to message #77074] |
Tue, 02 August 2011 12:53  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Scott E writes:
> "The semantics of creation times is the source of some controversy."
> http://en.wikipedia.org/wiki/MAC_times#Change_time_and_creat ion_time_.28ctime.29
I am beginning to understand why I am confused.
I am using a single File Browser in Windows 7 with the
file view being set to "Details". If I browse to a
directory containing, say, *.pro files, then my browser
interface has a column labeled "Date Modified" and the dates
reflect when I last opened and made a change to the
file.
If I now browse to a directory containing, say,
only *.png files, then the browser interface no
longer has a column labeled "Date Modified", but
instead has a column labeled "Date". This date is
no longer the date the file was modified, but
is clearly the date when the file was originally
created.
I realize this is Windows. But this is weird
behavior even for Windows! :-(
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|