Re: [Scilab-users] Can't get current directory

2021-01-25 Thread Gerard Awanou
Hi cd /Users/gerardawanou/ gives ans = "/Users/gerardawanou" [a,b]=getversion() gives a = "scilab-branch-6.1" b = "GCC" "x64" "release" "Jan 19 2021" "19:28:01" Adding bin/sh solves the problem. Sorry I thought that would be equivalent to full disc access. Thank you very

Re: [Scilab-users] Can't get current directory

2021-01-25 Thread Stéphane Mottelet
Hi, First of all, can you give the build date of your version of Scilab ([a,b]=getversion()) ? Since the end of december the dmg archive of Scilab is notarized by Apple and it could change the way that disk access is granted or not. Moreover, as indicated in

Re: [Scilab-users] Can't get current directory

2021-01-24 Thread Jean-Yves Baudais
Hi, Le 24/01/2021 à 22:05, Gerard Awanou a écrit : Then, I try to go to a specific directory cd Desktop I then got the error message "/Users/gerardawanou/Desktop" Can't get current directory. I did give Scilab full disc acsess If it was access problem, the message would be : Can't go to

Re: [Scilab-users] Can't get current directory

2021-01-24 Thread Heinz Nabielek
Perfect for me... --> pwd ans = "/Users/heinz" --> cd Desktop ans = "/Users/heinz/Desktop" > On 24.01.2021, at 22:05, Gerard Awanou wrote: > > I am using the GUI. It starts with the message > > Startup execution: > loading initial environment > > Then, I try to go to a specific

Re: [Scilab-users] Can't get current directory

2021-01-24 Thread Heinz Nabielek
Gérard, I added SciLab into Security/Privacy/Full Disk Access. Works fine. But furious about the way the newer Mac OSses make life ever more difficult.. Does anybody have a better suggestion? Heinz > On 24.01.2021, at 21:03, Gerard Awanou wrote: > > Hi > > I am running Scilab 6.1 on

Re: [Scilab-users] Can't get current directory

2021-01-24 Thread Gerard Awanou
I am using the GUI. It starts with the message Startup execution: loading initial environment Then, I try to go to a specific directory cd Desktop I then got the error message "/Users/gerardawanou/Desktop" Can't get current directory. I did give Scilab full disc acsess On Sun, Jan 24,

Re: [Scilab-users] Can't get current directory

2021-01-24 Thread Claus Futtrup
Hi Gerard Can you be a little bit more specific? What are you trying to do while this message pops up? - Are you using the GUI, or are you running a script? If a script - could you share a few lines of code that reproduces the error at your end? Best regards, Claus On 24-01-2021 21:03,