<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Command Line difficulties</title>
    <link>http://www.mapleprimes.com/questions/35488-Command-Line-Difficulties</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 11:29:11 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 11:29:11 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Command Line difficulties</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Command Line difficulties</title>
      <link>http://www.mapleprimes.com/questions/35488-Command-Line-Difficulties</link>
    </image>
    <item>
      <title>currentdir and read</title>
      <link>http://www.mapleprimes.com/questions/35488-Command-Line-Difficulties?ref=Feed:MaplePrimes:Command Line difficulties:Comments#answer44057</link>
      <itunes:summary>&lt;p&gt;For example:&lt;/p&gt;
&lt;pre&gt;
    |\^/|     Maple 13 (IBM INTEL NT)
._|\|   |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2009
 \  MAPLE  /  All rights reserved. Maple is a trademark of
 &amp;lt;____ ____&amp;gt;  Waterloo Maple Inc.
      |       Type ? for help.
&amp;gt; currentdir(); # this returns the current directory
                        &amp;quot;C:\Program Files\Maple 13.02&amp;quot;

&amp;gt; currentdir(&amp;quot;d:/test&amp;quot;);  # this changes the directory to &amp;quot;d:/test&amp;quot;, but returns the old current directory
                        &amp;quot;C:\Program Files\Maple 13.02&amp;quot;

&amp;gt; currentdir(); # check that it worked
                                   &amp;quot;d:\test&amp;quot;

&amp;gt; read &amp;quot;myfile.mpl&amp;quot;; # should read it from d:\test
&lt;/pre&gt;
&lt;p&gt;Note that you use &amp;quot;/&amp;quot; as the directory separator, not &amp;quot;\&amp;quot;: you could also use &amp;quot;\\&amp;quot;.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;For example:&lt;/p&gt;
&lt;pre&gt;
    |\^/|     Maple 13 (IBM INTEL NT)
._|\|   |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2009
 \  MAPLE  /  All rights reserved. Maple is a trademark of
 &amp;lt;____ ____&amp;gt;  Waterloo Maple Inc.
      |       Type ? for help.
&amp;gt; currentdir(); # this returns the current directory
                        &amp;quot;C:\Program Files\Maple 13.02&amp;quot;

&amp;gt; currentdir(&amp;quot;d:/test&amp;quot;);  # this changes the directory to &amp;quot;d:/test&amp;quot;, but returns the old current directory
                        &amp;quot;C:\Program Files\Maple 13.02&amp;quot;

&amp;gt; currentdir(); # check that it worked
                                   &amp;quot;d:\test&amp;quot;

&amp;gt; read &amp;quot;myfile.mpl&amp;quot;; # should read it from d:\test
&lt;/pre&gt;
&lt;p&gt;Note that you use &amp;quot;/&amp;quot; as the directory separator, not &amp;quot;\&amp;quot;: you could also use &amp;quot;\\&amp;quot;.&lt;/p&gt;</description>
      <guid>44057</guid>
      <pubDate>Wed, 17 Mar 2010 22:34:00 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>