コマンドラインまたはPythonプログラムからFinderエイリアスを作成しようとしています。私は、[3] [2] [1]ウェブを検索したAppleScriptのこのビットを発見した:コマンドラインからMacintosh Finderエイリアスを作成するにはどうすればよいですか?
$ osascript -e 'tell application "Finder" to make new alias at POSIX file "/Users/vy32/cyber.txt" to POSIX file "/Users/vy32/a/deeper/directory/cyber.txt"'
は残念ながら、それは私に、このエラーを与える:
29:133: execution error: Finder got an error: AppleEvent handler failed. (-10000)
[1] http://hayne.net/MacDev/Bash/make_alias
[2] https://discussions.apple.com/thread/1041148?start=0&tstart=0
[3] http://hintsforums.macworld.com/showthread.php?t=27642
どうしたの?
は、 "補助装置にアクセスを有効にする" になっていますか? http://hints.macworld.com/article.php?story=20060203225241914 – Coxy
あなたは「at」と「to」属性を切り替えたと思います。 – fireshadow52