I am looking to create a script that would create a user defined Folder in System Preferences > Desktop and Screensaver > Folder Path. I believe I've tracked down the location where this value is defined. I'm wondering if I could use a defaults write command....
Plist: com.apple.desktop
<key>Background</key>
<dict>
<key>spaces</key>
<dict>
<key></key>
<key>0</key>
<dict>
<key>DSKDesktopPrefPane</key>
<dict>
<key>UserFolderPaths</key>
<array>
<string>/Library/Desktop Pictures/2012.09</string>
</array>
</dict>
</plist>
