knowing me, this is old hat but since I just had the idea myself I'm quite proud 
So I'm playing this point and click game called Machinarium (which by the way is a beautiful, beautiful game!) and the save game is stored in the depths of the preferences folder... anyway, I want to also play this on my laptop so I moved the actual save file into my dropbox and using the a command not too dissimilar to this:
ln -s /Users/MuGeN/Dropbox/Hub/Machinarium.app "/Users/MuGeN/Library/Preferences/Macromedia/Flash Player/#SharedObjects/XTXPJCYC/localhost/Applications/Machinarium/Machinarium.app"
It created a symbolic link back to the original folder which now updates my dropbox version so I can play anywhere
(quotes are around the second bit since there is a space between "Flash" and "Player")
(obviously, I also need to create this link on the laptop too...)
But yeah... badass
- bet theres loads of cool things you could use this combo for...

So I'm playing this point and click game called Machinarium (which by the way is a beautiful, beautiful game!) and the save game is stored in the depths of the preferences folder... anyway, I want to also play this on my laptop so I moved the actual save file into my dropbox and using the a command not too dissimilar to this:
ln -s /Users/MuGeN/Dropbox/Hub/Machinarium.app "/Users/MuGeN/Library/Preferences/Macromedia/Flash Player/#SharedObjects/XTXPJCYC/localhost/Applications/Machinarium/Machinarium.app"
It created a symbolic link back to the original folder which now updates my dropbox version so I can play anywhere

(obviously, I also need to create this link on the laptop too...)
But yeah... badass

Last edited: