Naughty applications fill up my user-specific Documents folder with garbage I neither created nor care to see. It’s gotten to the point where I’ve decided to abandon my Documents directory altogether.
And now, straight from Apple’s file system guidelines:
It is important to remember that the user domain (/Users) is intended for files created by the user. With the exception of the ~/Library directory, your application should never install files into the user’s home directory. In particular, you should never install files into a user’s Documents directory or into the /Users/Shared directory. These directories should only be modified by the user.
Even if your application provides clip art or sample files that the user would normally manipulate, you should place those files in either the local or user’s Library/Application Support directory by default. The user can move or copy files from this directory as desired. If you are concerned about the user finding these files, you should include a way for the user to browse or access them directly from your application’s user interface.
Emphasis mine, of course.
Author
Michael HamiltonDate
October 22, 2009Time
1:26 pmAuthor
Aidan FindlaterDate
October 23, 2009Time
5:56 amAuthor
Michael HamiltonDate
October 23, 2009Time
6:26 am