Search code examples
c#isolatedstorage

change IsolatedStorage location


Is there a way to change location of IsolatedStorage files? I am using .NET 3.5sp1 and I write my application in C#

I would like to change its location to D:\TempDir.


Solution

  • I don't believe it is no. I think it's operating system + user dependent on the exact location your files end up.

    If you could start sticking files anywhere, it wouldn't be very isolated and would kinda defeat the point of having application local storage.