Using isolated storage for application-specific data in C# .NET Part 3: storage location
August 28, 2015 Leave a comment
In this post we looked briefly at how to work with directories in isolated storage. In this post we’ll look at where isolated storage files are saved on disk depending on the isolation type: by user or by machine.
Recall our code to save the program settings specifically for the user: