<?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 Re: Automatically save the file to folder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Automatically-save-the-file-to-folder/m-p/36768#M21588</link>
    <description>&lt;P&gt;Here is a simple script that does what you want&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here( 1 );
// Pick the file to open
myPath = Pick File("tdisplayed text string", "path to initial folder");
dt = open(myPath);
dt &amp;lt;&amp;lt; save("path to work directory.jmp);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Details on Pick File, Open and Save functions are found in the Scripting Index:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Scripting Index&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2017 13:31:16 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-03-06T13:31:16Z</dc:date>
    <item>
      <title>Automatically save the file to folder</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-save-the-file-to-folder/m-p/36767#M21587</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, does anyone know if I select the any file from desktop,eg: CSV, after i open that file, &amp;nbsp;it can automatically save into the working folder by using JSL?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 09:06:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-save-the-file-to-folder/m-p/36767#M21587</guid>
      <dc:creator>blue1994</dc:creator>
      <dc:date>2017-03-06T09:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically save the file to folder</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-save-the-file-to-folder/m-p/36768#M21588</link>
      <description>&lt;P&gt;Here is a simple script that does what you want&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here( 1 );
// Pick the file to open
myPath = Pick File("tdisplayed text string", "path to initial folder");
dt = open(myPath);
dt &amp;lt;&amp;lt; save("path to work directory.jmp);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Details on Pick File, Open and Save functions are found in the Scripting Index:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Scripting Index&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 13:31:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-save-the-file-to-folder/m-p/36768#M21588</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-03-06T13:31:16Z</dc:date>
    </item>
  </channel>
</rss>

