0
パスの内容をあるディレクトリから別のディレクトリに移動しようとしていますが、エラーが発生し続けています。どんな助けでも大歓迎です。移動内容:パス全体の内容を取得できません
tell application "Finder"
set srcPath to POSIX path of ((parent of (path to me) as text) & "M Templates")
set dstPath to POSIX path of (((path to movies folder) as text) & "M Templates")
duplicate entire contents of srcPath to dstPath
end tell