In the mac terminal ‘ls’ will list the current directory.
In Xojo ‘s.Write(“ls”)’ will do the same.
In the mac terminal ‘ls desktop’ will list the desktop directory.
But in Xojo 's.Write(“ls desktop”) ’ fails.
I know this is really basic, but the solution eludes me. What am I doing wrong?