<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<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 />
<br />
Sample output under 6.0.2:<br />
--> mtlb_dir<br />
 ans =<br />
<br />
831x1 struct array with fields:<br />
 dims<br />
 name<br />
 date<br />
 bytes<br />
 isdir<br />
<br />
<br />
--> ver<br />
 ans =<br />
<br />
<br />
 column 1<br />
<br />
!Scilab Version: !<br />
! !<br />
!Operating System: !<br />
! !<br />
!Java version: !<br />
! !<br />
!Java runtime information: !<br />
! !<br />
!Java Virtual Machine information: !<br />
! !<br />
!Vendor specification: !<br />
<br />
 column 2<br />
<br />
!6.0.2.0 !<br />
! !<br />
!Mac OS X 10.15.5 !<br />
! !<br />
!1.8.0_51 !<br />
! !<br />
!Java(TM) SE Runtime Environment (build 1.8.0_51-b16) !<br />
! !<br />
!Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode) !<br />
! !<br />
!Oracle Corporation !<br />
<br />
<br />
And under 6.1:<br />
mtlb_dir<br />
<br />
*** Much Output I’ve Removed ***<br />
<br />
ans(6)(828)<br />
<br />
 F<br />
<br />
 ans(6)(829)<br />
<br />
 F<br />
<br />
 ans(6)(830)<br />
<br />
 F<br />
<br />
 ans(6)(831)<br />
<br />
 F<br />
<br />
--> ver<br />
 ans =<br />
<br />
 "Scilab Version: " "6.1.1.0" <br />
 "Operating System: " "Mac OS X 10.15.5" <br />
 "Java version: " "1.8.0_51" <br />
 "Java runtime information: " "Java(TM) SE Runtime Environment (build 1.8.0_51-b16)" <br />
 "Java Virtual Machine information: " "Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)"<br />
 "Vendor specification: " "Oracle Corporation"</div>
</div>
</body>
</html>