I was not able to make the project running (last year) only because I do not used full path instead of file names. The project is unchanged (is the same).
Until minutes ago 5 people downloaded it (in fact only 4, I am the 5th downloader) and I never had any feedback since the sharing.
Link:
Terminal Example 1.03
Be sure to use full path in the form:
ls -l ./Users/emile_schwarz/Downloads/
mkdir ./Users/emile_schwarz/Downloads/MyFolder;
Works here, a minute ago;
Xojo 2021r2.1
Monterey 12.5
m1 MacBook Pro Feb 2021
Even:
sqlite3 -header -csv ./USers/emile_schwarz/Downloads/Emile/chinook.db “select * from artists;” > ./USers/emile_schwarz/Downloads/Emile/artists.csv
Provided you have the chinook.db file and the paths are correct (they are here).