开发者

How to work with Isolated Storage and IE Protected Mode?

开发者 https://www.devze.com 2023-03-07 07:29 出处:网络
I have an Internet Explorer addin/plugin and need to use IsolatedStorage (.NET/C#/3.5) under \"Low Privileges开发者_如何学运维\"/Protected Mode, so I plan to write to %USERPROFILE%\\AppData\\LocalLow

I have an Internet Explorer addin/plugin and need to use IsolatedStorage (.NET/C#/3.5) under "Low Privileges开发者_如何学运维"/Protected Mode, so I plan to write to %USERPROFILE%\AppData\LocalLow

How can I select that path?


The principal behind using IsolatedStorage is not knowing exactly where the storage physically occurs. It's an abstraction over ideally any place in the file system where an application is allowed to write.

In order to get an IsolategStorage instance you should use IsolatedStorage.GetMachineStoreForApplication

0

精彩评论

暂无评论...
验证码 换一张
取 消