views:

249

answers:

1

Hello,

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

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

Regards, Mita

+1  A: 

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.

Ian