cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to interactively organize and restructure data for analysis. Register for May 29 webinar, 2pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
aliegner
Level I

Grab "date Modified" info from file?

So I've been handed an old .jsl file that parses a bunch of .dat and .csv files into a combined .jmp table.  It looks through several files for each lot (one per wafer) and combines it all into a single data table.  However, it was never programmed to add the timestamp from the metro tool.  How can I add to the .jsl to grab the timestamps from the files?

Any help please?

1 REPLY 1
Craige_Hales
Super User

Re: Grab "date Modified" info from file?

see if the Last Modification Date function returns the information you need.  From the scripting index:

Format(

  Last Modification Date(

  "$SAMPLE_DATA/Big Class.jmp"

  ),

  "ddmonyyyy:h:m:s"

);

"30Jan2015:13:50:52"


edit: or the Creation Date function. 

Craige

Recommended Articles