Re: [Scilab-users] Fetching the script path

2018-10-01 Thread Claus Futtrup
Hi Samuel Thank you. It works ... (of course :-) ). Best regards, Claus On 30.09.2018 22:03, Samuel Gougeon wrote: Le 30/09/2018 à 20:59, Claus Futtrup a écrit : Hi Scilabers I have almost always included a neat piece of code in my Scilab scripts, so that I can later dump the plots into e.

Re: [Scilab-users] Fetching the script path

2018-09-30 Thread Samuel Gougeon
Le 30/09/2018 à 20:59, Claus Futtrup a écrit : Hi Scilabers I have almost always included a neat piece of code in my Scilab scripts, so that I can later dump the plots into e.g. SVG or PNG files (script path is not write-protected). The code doesn't work anymore: // Extract the filename an

[Scilab-users] Fetching the script path

2018-09-30 Thread Claus Futtrup
Hi Scilabers I have almost always included a neat piece of code in my Scilab scripts, so that I can later dump the plots into e.g.  SVG or PNG files (script path is not write-protected). The code doesn't work anymore: // Extract the filename and path of this script: [units,typs,nams]=file();