Re: File creation date in a macro?
Posted by dscho on Nov 07, 2008; 3:01pm
URL: http://imagej.273.s1.nabble.com/File-creation-date-in-a-macro-tp3694500p3694501.html
Sorry, forgot to forward to the list...
Okay, I misremembered. Java does not have the concept of a creation date.
You'd have to call a program (on Linux, it would be "stat -c %z <file>"),
and capture the output. Unfortunately, there does not seem to be a simple
way to do this from ImageJ's macro language or JavaScript (yet).
Sorry,
Dscho