<?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 How to tackle blank spaces or . in windows file path? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-tackle-blank-spaces-or-in-windows-file-path/m-p/194178#M41505</link>
    <description>&lt;P&gt;How to tackle blank spaces or . in windows file path? e.g path="C:\Users\Public\Pictures Ram.a temp\PICASO\temp.pptx";&lt;/P&gt;&lt;P&gt;JSL (copy file etc) does not work if there is spaces or . in the path of a file. what is the solution for that?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2019 16:50:48 GMT</pubDate>
    <dc:creator>ram_asra_gmail_</dc:creator>
    <dc:date>2019-04-23T16:50:48Z</dc:date>
    <item>
      <title>How to tackle blank spaces or . in windows file path?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-tackle-blank-spaces-or-in-windows-file-path/m-p/194178#M41505</link>
      <description>&lt;P&gt;How to tackle blank spaces or . in windows file path? e.g path="C:\Users\Public\Pictures Ram.a temp\PICASO\temp.pptx";&lt;/P&gt;&lt;P&gt;JSL (copy file etc) does not work if there is spaces or . in the path of a file. what is the solution for that?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 16:50:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-tackle-blank-spaces-or-in-windows-file-path/m-p/194178#M41505</guid>
      <dc:creator>ram_asra_gmail_</dc:creator>
      <dc:date>2019-04-23T16:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to tackle blank spaces or . in windows file path?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-tackle-blank-spaces-or-in-windows-file-path/m-p/194188#M41507</link>
      <description>&lt;P&gt;The example code for the Copy File() function in the Scripting Index seems to contradict your claim:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
rc0 = File Exists( "$TEMP/x.jmp" );
rc1 = Copy File(
	"$SAMPLE_DATA/Loss Function Templates/Normal.jmp",
	"$TEMP/x.jmp"
);
rc2 = File Exists( "$TEMP/x.jmp" );
rc3 = Delete File( "$TEMP/x.jmp" );
rc4 = File Exists( "$TEMP/x.jmp" );
Char( rc0 ) || " " || Char( rc1 ) || " " ||
Char( rc2 ) || " " || Char( rc3 ) || " " ||
Char( rc4 );/* 0 1 1 1 0 */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What is the problem that you seem to have?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 17:08:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-tackle-blank-spaces-or-in-windows-file-path/m-p/194188#M41507</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-04-23T17:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to tackle blank spaces or . in windows file path?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-tackle-blank-spaces-or-in-windows-file-path/m-p/194319#M41545</link>
      <description>&lt;P&gt;Thank you, looks like something else was the issue. i am using JSL to generate P3ICLI code.&lt;/P&gt;&lt;P&gt;Thanks you once again.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 16:15:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-tackle-blank-spaces-or-in-windows-file-path/m-p/194319#M41545</guid>
      <dc:creator>ram_asra_gmail_</dc:creator>
      <dc:date>2019-04-24T16:15:52Z</dc:date>
    </item>
  </channel>
</rss>

