我試圖將用戶選擇的文件夾移動到另一個文件夾,但我不明白:每當我查看它時,它看起來太複雜了,即使我知道它是不應該是。將一個文件夾移動到另一個文件夾 - applescript
這裏是我到目前爲止的代碼 - 請幫忙:
choose folder with prompt "Select folder:"
on open of finderObject
tell application "Finder" to move (finderObject) to folder "Library:Application Support"
end open
end
可能的重複:http://stackoverflow.com/questions/11220379/applescript-create-new-folder-from-file-name-and-move-file-into-that-folder?rq=1 –