LoginSignup
1
0

More than 5 years have passed since last update.

AppleScriptからの写真(Photos)の書き出し先はピクチャフォルダしか指定できない

Posted at
set albSource to "test"
set myPath to "SSD:Users:username:Documents"

tell application "Photos"
    set srcContainer to container albSource
    set myList to every media item in srcContainer
    export myList to myPath with using originals
end tell

スクリーンショット 2018-02-03 13.32.25.png

実行ユーザーのピクチャフォルダ配下以外を書き出し先に指定するとエラーになる。アクセス権を777にしても変わらない。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0