Massive number of screenshots...where is the most recent one?

I took a screenshot with Command + Shift + 5 and went looking for it to post to a help forum re Logic. My screenshots are saved to Desktop and they are contained in a folder. Once opened, these display on my desktop. There are so many that they overlap and cover my two monitor screens. :( Even the job of figuring out where to click to close said folder was a game of pin-the-tail-on-the-donkay! (Anyone old enough??)


I have yet to locate the most recent screenshot. I'm deleting old shots here and there, but life's too short.


I guess this is, in fact, two questions: Where is my screenshot? Is there a key command to close the screenshots folder?


Also, in the process, I discovered that System Settings are no longer displayed as icons, and I hate it so much. I guess that's another problem for another day. IMO it seems Apple is making things harder to do of late. (eg iOS 18) Sorry for the gratuitous grousing.


I'm running Sonoma 14.1.2 on my MacBook Pro 14"


TIA

MacBook Pro 14″, macOS 14.1

Posted on Jan 4, 2025 10:21 AM

Reply
12 replies

Jan 5, 2025 11:24 AM in response to Mama-Gaga

Provided you can determine the path to your folder of screenshots, the following AppleScript code will display the last [1] screenshot written to that folder:


use scripting additions

-- change to your explicit screenshot folder location
set f to "~/Desktop/Images"
set most_recent to (do shell script "/bin/zsh -c 'print ${0}/*(.om[1])' " & f) as text
display dialog most_recent with title "Most Recent Screenshot"



Jan 4, 2025 12:16 PM in response to Mama-Gaga

It wouldn't surprise me at all if I accidentally did something dumb to move it or delete it from that spot.

Unless Apple changed something somewhat recently, that folder is/was a direct link of your desktop. If you deleted the Desktop folder within your home account, you'd literally delete everything on the desktop with it.


Now I'm curious to see what would happen if I did that. I have a backup I could easily restore.

Thanks for your help!

You're welcome. 🙂


Edit: And the answer is, the OS won't let you delete the desktop folder from within your account. At least, not from the normal OS GUI. Makes it all the more weird why it doesn't list in your home folder.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Massive number of screenshots...where is the most recent one?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.