<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Reporter</th>
<td>sgougeon@free.fr</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - fileinfo("c:") now returns [] instead of the info about c:\. (Scilab 6.0.0 regression)"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15486">15486</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>fileinfo("c:") now returns [] instead of the info about c:\. (Scilab 6.0.0 regression)
</td>
</tr>
<tr>
<th>Product</th>
<td>Scilab software
</td>
</tr>
<tr>
<th>Version</th>
<td>6.0.0
</td>
</tr>
<tr>
<th>OS</th>
<td>All Windows
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Minor
</td>
</tr>
<tr>
<th>Component</th>
<td>Input / output
</td>
</tr>
<tr>
<th>Assignee</th>
<td>bugzilla.admin@scilab.org
</td>
</tr>
</table>
<p>
<div>
<pre>BUG DESCRIPTION:
----------------
Scilab 4.1.2 - Scilab 5.5.2:
---------------------------
-->fileinfo c:
ans =
0. 16895. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0.
-->fileinfo c:\
ans =
0. 16895. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0.
-->fileinfo c:/
ans =
0. 16895. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0.
-->fileinfo c:\.
ans =
0. 16895. 0. 0. 2. 3.155D+08 3.155D+08 3.155D+08 2. 0. 0. 0. 1.
-->fileinfo c:/.
ans =
0. 16895. 0. 0. 2. 3.155D+08 3.155D+08 3.155D+08 2. 0. 0. 0. 1.
Scilab 6.0.0:
------------
--> fileinfo c:
ans =
[] // The bug
--> fileinfo c:\
ans =
[] // The bug
--> fileinfo c:/
ans =
[] // The bug
--> fileinfo c:\.
ans =
0. 16895. 0. 0. 2. 3.155D+08 3.155D+08 3.155D+08 2. 0. 0. 0. 1.
--> fileinfo c:/.
ans =
0. 16895. 0. 0. 2. 3.155D+08 3.155D+08 3.155D+08 2. 0. 0. 0. 1.
ERROR LOG:
----------
None. Wrong answer
HOW TO REPRODUCE THE BUG:
-------------------------
fileinfo("c:")~=[]
fileinfo("c:/")~=[]
fileinfo("c:\")~=[]
OTHER INFORMATION:
------------------
May impact isdir(): See also the <a class="bz_bug_link
bz_status_NEW "
title="NEW - isdir("w:") returns %t even when the drive w: does not exist (5.0 regression)"
href="show_bug.cgi?id=15484">bug 15484</a> and its proposed fix.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>