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