[Scilab-users] Question on saving with wavwrite()

Samuel Gougeon sgougeon at free.fr
Sat Jul 10 23:37:36 CEST 2021


Le 10/07/2021 à 16:11, Samuel Gougeon a écrit :
> Hello Federico,
>
> I confirm this issue. It appeared in Scilab 6.1.0 and  occurs only 
> when pwd() and the filename are on the same disk.
> It comes from a change of behavior of mopen(), and so may occurs for 
> many other functions using mopen().
>
> Regards
> Samuel


fullpath() -- that was changed in january 2020 -- is the final guilty:

--> pwd
  ans  =
   "D:\Softs"

--> fullpath("D:\test.wav")
  ans  =
   "D:\Softs\test.wav"

Samuel




More information about the users mailing list