Changing the Screenshot Location in OS X
Each user in Mac OS X can customize the location that their screenshots (aka screencaptures) will go. To do so you would edit the com.apple.screencapture property list, customizing the location key. You can easily edit this file using the defaults command. For example, if we wanted to set the location to go to a folder called screenshots in the home directory of a user we could use the following command:
defaults write com.apple.screencapture location ~/screenshots
You can also change the default type of screenshot which I cover here http://krypted.com/mac-os-x/mac-os-x-changing-the-default-screen-shot-format.
Similar Articles:
- Mac OS X: screencapture
- Mac OS X: Changing the Default Screen Shot Format
- Perl Control
- Programmatically Changing the Mac OS X Browser
- Changing Screen Scaling
In: Mac OS X · Tagged with: change default location, defaults, icons, killall, Mac OS X, screen shots, screencapture, user



