Mar 19
Syncing Folders Outside of the Dropbox Directory
The only way to share folders outside of the Dropbox directory is to use symbolic links (Unix) or shortcuts (Windows).ln -s /Target/Directory ~/Dropbox/Directory
And for Windows users, I'm sure you can work it out yourself.
