View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#10
Originally Posted by rash.m2k View Post
That seems like 'dot files', these are files stored on the 26GB parittion and contain your settings for various applications.

If you uninstall this application again it means you will NOT lose any settings, hence why they are not deleted (same happens in Linux - which means I can re-install the whole OS and re-install the applications and all my settings are saved!). If you want to delete it just remove it using the command line, like this:

Code:
cd MyDocs
rm -rf .toMotko
You don't want the "cd MyDocs" there - dot files/directories are stored in the /home/user directory.