Where is .NET “Isolated Storage” stored?

后端 未结 7 2203
离开以前
离开以前 2021-02-02 07:51

Where would the physical files be?

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-02 08:28

    System.Diagnostics.Process.Start(
        Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + 
        "\\IsolatedStorage"
        );
    

提交回复
热议问题