<?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: How to open files with a certain file name only? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-open-files-with-a-certain-file-name-only/m-p/1463#M1463</link>
    <description>Is there a * wildcard that I can use? I am used to grep in unix. I am trying something as follows:&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Mar 2010 23:32:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-04T23:32:54Z</dc:date>
    <item>
      <title>How to open files with a certain file name only?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-files-with-a-certain-file-name-only/m-p/1461#M1461</link>
      <description>Hi Guys, &lt;BR /&gt;&lt;BR /&gt;I am trying to open some files which have a certain name as follows:&lt;BR /&gt;&lt;BR /&gt;files1 = Files In Directory( "C:\log\*.test*" );&lt;BR /&gt;&lt;BR /&gt;However I do not get anything in files1. How can I just search for specific file names and save them in the files1 list? &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 04 Mar 2010 21:33:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-files-with-a-certain-file-name-only/m-p/1461#M1461</guid>
      <dc:creator />
      <dc:date>2010-03-04T21:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to open files with a certain file name only?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-files-with-a-certain-file-name-only/m-p/1462#M1462</link>
      <description>One way:&lt;BR /&gt;&lt;BR /&gt;files1 = Files In Directory("C:\log")&lt;BR /&gt;&lt;BR /&gt;Then go through the list and discard any file names that do not match your file mask, leaving a smaller list containing only the kind of file names you want.</description>
      <pubDate>Thu, 04 Mar 2010 22:15:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-files-with-a-certain-file-name-only/m-p/1462#M1462</guid>
      <dc:creator>mpb</dc:creator>
      <dc:date>2010-03-04T22:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to open files with a certain file name only?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-files-with-a-certain-file-name-only/m-p/1463#M1463</link>
      <description>Is there a * wildcard that I can use? I am used to grep in unix. I am trying something as follows:&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Mar 2010 23:32:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-files-with-a-certain-file-name-only/m-p/1463#M1463</guid>
      <dc:creator />
      <dc:date>2010-03-04T23:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to open files with a certain file name only?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-files-with-a-certain-file-name-only/m-p/1464#M1464</link>
      <description>Try this:&lt;BR /&gt;= 1, i--,&lt;BR /&gt;	If( !Starts With( files1[i], "test" ),&lt;BR /&gt;		Remove From( files1, i )&lt;BR /&gt;	);&lt;BR /&gt;);&lt;BR /&gt;Show( files1 );&lt;BR /&gt;&lt;BR /&gt; --&amp;gt;</description>
      <pubDate>Fri, 05 Mar 2010 02:43:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-files-with-a-certain-file-name-only/m-p/1464#M1464</guid>
      <dc:creator>mpb</dc:creator>
      <dc:date>2010-03-05T02:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to open files with a certain file name only?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-files-with-a-certain-file-name-only/m-p/1465#M1465</link>
      <description>That worked, Thanks.</description>
      <pubDate>Fri, 05 Mar 2010 19:14:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-files-with-a-certain-file-name-only/m-p/1465#M1465</guid>
      <dc:creator />
      <dc:date>2010-03-05T19:14:40Z</dc:date>
    </item>
  </channel>
</rss>

