<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <div class="moz-cite-prefix">Hello Chris,</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Le 30/06/2020 à 13:03, Chris
      O'Shannassy a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:98ace136-6d67-4089-b3b6-ff2adaef5d2a@Spark">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <title></title>
      <div name="messageBodySection">
        <div dir="auto">Hi;<br>
          <br>
          I just installed SciLab 6.1 on my Mac, and unfortunately I’ve
          tripped over running doing my first task.  I have a few small
          scripts which work fine under 6.0.2, using the mtlb_dir
          command to get a file list to process.  It seems like the
          output of the mtlb_dir command under 6.1 is different from
          that of 6.0.2 - which is causing my subsequent commands to
          fail.  I can rework the scripts so they don’t rely on
          mtlb_dir, but I thought I should flag it as an issue.<br>
        </div>
      </div>
    </blockquote>
    <p>The output of mtlb_dir() has not changes, just the display of its
      result. The reason <a moz-do-not-send="true"
        href="http://bugzilla.scilab.org/show_bug.cgi?id=16484">is now
        reported</a>.<br>
      Let's take the opportunity to see that mtlb_dir() is not
      up-to-date wrt the matlab version:<br>
      * nothing should be printed when no argout is specified. This is
      now possible in Scilab, since 6.1.0<br>
      * there are 2 missing fields: datenum, and folder.<br>
      * .. and maybe other differences.</p>
    <p>6.1.1 is being fixed against the display issue. In addition, the
      parasitic "dims" field that was formerly returned is removed in
      6.1.1.</p>
    <p>A question: why don't you use the official scilab dir() function?</p>
    <p>Regards<br>
      Samuel</p>
    <br>
  </body>
</html>