I have an Application that needs to store User Info such as their Username and there score and etc... I have selected LocalApplicationData of the Environment.SpecialFolder Enumeration. but I can access the directory for my application manually using file explorer and can edit or delete the file that can prove as a weak spot for the application and the users may be able to mess with my application.
So, Is there any directory that I can write to using code that the user will not be able to access it. tnx