Move the Last Added Folder from a Target Folder to a Different Folder

Hey Ernest,

I don't want to fool with this, unless you really can't figure it out yourself.

Three things:

  1. Since you're using AppleScript anyway then use it for everything.
  1. Don't use the AppleScript method you're currently employing to sort by creation-date – it's notoriously slow – especially as the number of items in the given folder increases.
  2. If you must use Keyboard Maestro to copy and move items – NEVER assemble paths within the copy/move actions. It makes debugging atrocious.
    • Always assemble paths in a text variable, so you can open it in a display-text action to eyeball the path. Paths are tricky beasts, and little things can disrupt them.

-Chris