Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Change the default location for screenshots' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Change the default location for screenshots
Authored by: macgruder on Aug 24, '05 01:01:16PM

You may want to try it like this to make sure:

mkdir /Full/Path/To/Folder
defaults write com.apple.screencapture location !$

Even if the folder already exists it will work.



[ Reply to This | # ]
Change the default location for screenshots
Authored by: macgruder on Aug 24, '05 01:02:49PM

or better
mkdir -p /Path/



[ Reply to This | # ]