AppleScriptからの写真(Photos)の書き出し先はピクチャフォルダしか指定できない
2137 ワード
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
実行ユーザーのピクチャフォルダ配下以外を書き出し先に指定するとエラーになる。アクセス権を777にしても変わらない。
Author And Source
この問題について(AppleScriptからの写真(Photos)の書き出し先はピクチャフォルダしか指定できない), 我々は、より多くの情報をここで見つけました https://qiita.com/flasksrw/items/61c71be46d656df934d4著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .