Hi,
I want my app to work on every Mac, and open a file which every Mac has in the same location.
here is what I got in AppleScript:
tell application "RandomApp" to open POSIX file "/Users/Martin/Music/iTunes/Random file"
i want to somehow delete the /Users/Martin so it works on different usernames as Martin.
Thanks in advance
I want my app to work on every Mac, and open a file which every Mac has in the same location.
here is what I got in AppleScript:
tell application "RandomApp" to open POSIX file "/Users/Martin/Music/iTunes/Random file"
i want to somehow delete the /Users/Martin so it works on different usernames as Martin.
Thanks in advance