I am finally ready with a new update for my program but looking at the next problem:
I my app I have the next line:
- Code: Select all Expand view
- MacExec( "/bin/sh", ResPath()+"/MoveFiles.sh", )
I f I put the next code in terminal it works correct:
- Code: Select all Expand view
- /bin/sh MoveFiles.sh
The respath() is correct. Where should I look at?