<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Hello Federico,</div>
    <div class="moz-cite-prefix"><br>
      I confirm this issue. It appeared in Scilab 6.1.0 and  occurs only
      when pwd() and the filename are on the same disk.<br>
      It comes from a change of behavior of mopen(), and so may occurs
      for many other functions using mopen().<br>
      <br>
      Regards<br>
      Samuel<br>
      <br>
    </div>
    <div class="moz-cite-prefix">Le 16/06/2021 à 00:32, Federico Miyara
      a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:90dcc221-c893-a940-9951-8b3edf7be454@fceia.unr.edu.ar">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <font face="Courier New">Dear all,<br>
        <br>
        I try to save a signal as a wave file, using wavwrite(), to the
        root directory of the drive where I have declared the default
        directory. Unexpectedly, the wave file is saved to the default
        directory. For instance:<br>
        <br>
        My default directory: <br>
        <br>
        D:\work_scilab<br>
        <br>
        My command:<br>
        <br>
        wavwrite(x, Fs, "D:\test.wav")<br>
        <br>
        The resulting path to my file:<br>
        <br>
        D:\work_scilab\test.wav<br>
        <br>
        instead of<br>
        <br>
      </font><font face="Courier New">D:\test.wav<br>
        <br>
        I wonder if I making some mistake.<br>
        <br>
        Thank you.<br>
        <br>
        Regards,<br>
        <br>
        Federico Miyara<br>
      </font></blockquote>
    <br>
  </body>
</html>