You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use AppleScript version "2.4" -- Yosemite (10.10) or lateruse scripting additions--DELETE FILES on file_Delete(completed_Files) repeat with completed_file in completed_Files set trash_Folder to path to trash folder from user domain set trash_File to completed_file as text do shell script "mv " & quoted form of POSIX path of trash_File & space & quoted form of POSIX path of trash_Folder end repeatend file_Delete