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


Click here to return to the 'Response to Comments' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Response to Comments
Authored by: hayne on Feb 01, '02 12:33:38PM
James Sorenson said:
Of course, none of this would be so troublesome if Apple didn't decide to hide our own document! Preferences are one thing (and those aren't even hidden), but to hide an actual data document is both baffling and infuriating. I've been trying to find a hack that will allow me to name my own Stickies data file. No luck, so far.
You can alleviate this by making a symbolic link (alias) to the hidden file. In The Terminal, do the following:
cd ~/Library
ln -s .StickiesDatabase StickiesDatabase
This will give you a readily visible name "StickiesDatabase".

[ Reply to This | # ]