I'm writing a little application for a college final. This app will be a desktop app for windows 7, both 32 and 64bits.
My questions are the following, i hope i make them clear:
1) What's the recommended/standard path to store external files? images, sql scripts, documents (word, pdf, etc)
2) What's the recommended/standard approach to protect those files? i mean, protect them from user deletion, external deletion(malware or something). ie, where should i put the user's manual for my software and how would i protect it against the user deleting it or if that happened how would i restore the file?
also if posible please provide any code that would help me achieve the solutions.