viathelens wrote:
I take screen shots often, but they pop up all over the desktop. How can I control where the screen shot goes? I'd like to have a "screenshot" folder and have them land there.
You can change the "location" of where screen shots are saved by using the Terminal and a bit of the command line.
Applications/Utilities/Terminal.app
for example, say to your Desktop, you would copy and paste:
defaults write com.apple.screencapture location ~/Desktop/ && killall SystemUIServer
Another example, a folder "my_screenshots" on your Desktop:
defaults write com.apple.screencapture location ~/Desktop/my_screenshots && killall SystemUIServer
http://osxdaily.com/2011/01/26/change-the-screenshot-save-file-location-in-mac-o s-x/