<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, importing multiple files.jpg from a map</title>
    <link>http://www.mapleprimes.com/questions/128678-Importing-Multiple-Filesjpg-From-A-Map</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 21:39:26 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 21:39:26 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, importing multiple files.jpg from a map</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, importing multiple files.jpg from a map</title>
      <link>http://www.mapleprimes.com/questions/128678-Importing-Multiple-Filesjpg-From-A-Map</link>
    </image>
    <item>
      <title>FileTools[ListDirectory]</title>
      <link>http://www.mapleprimes.com/questions/128678-Importing-Multiple-Filesjpg-From-A-Map?ref=Feed:MaplePrimes:importing multiple files.jpg from a map:Comments#answer128688</link>
      <itunes:summary>&lt;p&gt;What do you mean by a "map"?&amp;nbsp; If you mean a single directory, then use &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=FileTools[ListDirectory],"&gt;?FileTools[ListDirectory],&lt;/a&gt; with the 'returnonly' option; for example&lt;/p&gt;
&lt;pre&gt;files := FileTools:-ListDirectory("mydir", 'returnonly' = "*.jpg");&lt;/pre&gt;
&lt;p&gt;If you need to recurse into directories, let me know, I have routines for doing that.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;What do you mean by a "map"?&amp;nbsp; If you mean a single directory, then use &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=FileTools[ListDirectory],"&gt;?FileTools[ListDirectory],&lt;/a&gt; with the 'returnonly' option; for example&lt;/p&gt;
&lt;pre&gt;files := FileTools:-ListDirectory("mydir", 'returnonly' = "*.jpg");&lt;/pre&gt;
&lt;p&gt;If you need to recurse into directories, let me know, I have routines for doing that.&lt;/p&gt;</description>
      <guid>128688</guid>
      <pubDate>Mon, 12 Dec 2011 21:31:16 Z</pubDate>
      <itunes:author>Joe Riel</itunes:author>
      <author>Joe Riel</author>
    </item>
    <item>
      <title>It worked out fine</title>
      <link>http://www.mapleprimes.com/questions/128678-Importing-Multiple-Filesjpg-From-A-Map?ref=Feed:MaplePrimes:importing multiple files.jpg from a map:Comments#comment128691</link>
      <itunes:summary>&lt;p&gt;the code that i now have:&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;pre&gt;&lt;em&gt;path:="C:\\xxx\\";&lt;/em&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;files := FileTools:-ListDirectory(path, 'returnonly' = "*.jpg"):&lt;/em&gt;&lt;br&gt;&lt;em&gt;files:=convert(files,Matrix);&lt;/em&gt;&lt;br&gt;&lt;em&gt;x,aantal:=Dimension(files);&lt;/em&gt;&lt;br&gt;&lt;em&gt;teller:=1;&lt;/em&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;for s in files do&lt;/em&gt;&lt;br&gt;&lt;em&gt; f(teller):=Read(cat(path,s));&lt;/em&gt;&lt;br&gt;&lt;em&gt; teller:=teller+1;&lt;/em&gt;&lt;br&gt;&lt;em&gt;end do;&lt;/em&gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and it works out fine.&amp;nbsp;&lt;br&gt;thank you very much for the quick and helpfull&lt;br&gt;information.&lt;br&gt;&lt;br&gt;K Rond&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;the code that i now have:&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;pre&gt;&lt;em&gt;path:="C:\\xxx\\";&lt;/em&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;files := FileTools:-ListDirectory(path, 'returnonly' = "*.jpg"):&lt;/em&gt;&lt;br&gt;&lt;em&gt;files:=convert(files,Matrix);&lt;/em&gt;&lt;br&gt;&lt;em&gt;x,aantal:=Dimension(files);&lt;/em&gt;&lt;br&gt;&lt;em&gt;teller:=1;&lt;/em&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;for s in files do&lt;/em&gt;&lt;br&gt;&lt;em&gt; f(teller):=Read(cat(path,s));&lt;/em&gt;&lt;br&gt;&lt;em&gt; teller:=teller+1;&lt;/em&gt;&lt;br&gt;&lt;em&gt;end do;&lt;/em&gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and it works out fine.&amp;nbsp;&lt;br&gt;thank you very much for the quick and helpfull&lt;br&gt;information.&lt;br&gt;&lt;br&gt;K Rond&amp;nbsp;&lt;/p&gt;</description>
      <guid>128691</guid>
      <pubDate>Mon, 12 Dec 2011 23:18:25 Z</pubDate>
      <itunes:author>K Rond</itunes:author>
      <author>K Rond</author>
    </item>
  </channel>
</rss>