Rename File in IsolatedStorage

前端 未结 3 1849
闹比i
闹比i 2021-01-05 03:32

I need to rename a file in the IsolatedStorage. How can I do that?

3条回答
  •  没有蜡笔的小新
    2021-01-05 04:03

    In addition to the copy to a new file, then delete the old file method, starting with Silverlight 4 and .NET Framework v4, IsolatedStorageFile exposes MoveFile and MoveDirectory methods.

提交回复
热议问题