Hi all,
Although very novice at shell commands/scripts, I'm using the [shell] external to create a directory from within a standalone application using the mkdir command on OS X. This is working fine to create folders in MOST directories.
However, the standalone application I'm building is supposed to live in a user's Application directory, and I don't seem to be able to use the mkdir command work in this directory (I can't get it to work in Terminal either).
Is this a permissions issue? Is there anyone with some knowledge of shell scripts that may know a work around?
Thanks!