Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 671
Mita Avatar asked Sep 03 '25 01:09

Mita


1 Answers

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.

like image 51
Ian Avatar answered Sep 06 '25 14:09

Ian