<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I would like to find JSL codes to open most recent file saved in folder.  Would you help? thanks in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/I-would-like-to-find-JSL-codes-to-open-most-recent-file-saved-in/m-p/9004#M8971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to find JSL codes to open most recent file saved in folder.&amp;nbsp; Would you help? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Jul 2014 15:44:27 GMT</pubDate>
    <dc:creator>hutan2</dc:creator>
    <dc:date>2014-07-20T15:44:27Z</dc:date>
    <item>
      <title>I would like to find JSL codes to open most recent file saved in folder.  Would you help? thanks</title>
      <link>https://community.jmp.com/t5/Discussions/I-would-like-to-find-JSL-codes-to-open-most-recent-file-saved-in/m-p/9004#M8971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to find JSL codes to open most recent file saved in folder.&amp;nbsp; Would you help? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 15:44:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/I-would-like-to-find-JSL-codes-to-open-most-recent-file-saved-in/m-p/9004#M8971</guid>
      <dc:creator>hutan2</dc:creator>
      <dc:date>2014-07-20T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: I would like to find JSL codes to open most recent file saved in folder.  Would you help? thanks</title>
      <link>https://community.jmp.com/t5/Discussions/I-would-like-to-find-JSL-codes-to-open-most-recent-file-saved-in/m-p/9005#M8972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In JMP 11 there is a function Last Modification Date&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;) that should be useful here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier; color: #032ce4;"&gt;&lt;SPAN style="color: #000000;"&gt;mypath &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;Pick directory&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;()&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier; color: #032ce4;"&gt;&lt;SPAN style="color: #000000;"&gt;files&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;files in directory&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;mypath&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier;"&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier;"&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;t&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;p&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier;"&gt;&lt;SPAN style="color: #032ce4;"&gt;For&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; i &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; i &lt;SPAN style="color: #011993;"&gt;&amp;lt;=&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;N Items&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; files &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; i&lt;SPAN style="color: #011993;"&gt;++,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier;"&gt;&amp;nbsp; ti &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Last Modification Date&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; mypath &lt;SPAN style="color: #011993;"&gt;||&lt;/SPAN&gt; files&lt;STRONG&gt;[&lt;/STRONG&gt;i&lt;STRONG&gt;]&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier;"&gt;&amp;nbsp; &lt;SPAN style="color: #032ce4;"&gt;If&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; ti &lt;SPAN style="color: #011993;"&gt;&amp;gt;&lt;/SPAN&gt; t&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; t &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; ti&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&amp;nbsp; p &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; i&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier;"&gt;&lt;SPAN style="color: #032ce4;"&gt;Open&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;mypath&lt;SPAN style="color: #011993;"&gt;||&lt;/SPAN&gt;files&lt;STRONG&gt;[&lt;/STRONG&gt;p&lt;STRONG&gt;])&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 11:41:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/I-would-like-to-find-JSL-codes-to-open-most-recent-file-saved-in/m-p/9005#M8972</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2014-11-27T11:41:54Z</dc:date>
    </item>
  </channel>
</rss>

