W10 移动版的本地存储资源管理器

Local Storage explorer for W10 mobile

我正在寻找像 Isolated Storage Spy 这样的工具来访问我正在为 windows 10 移动版开发的应用程序的本地存储。

换句话说,是否有任何带或不带 GUI 的工具可以让 W10 移动版中的应用程序访问本地存储?

我不知道任何 UWP 应用程序,如 IsoStoreSpy 或 Windows Phone Power Tools 的文件浏览器。我认为它们还没有移植到 Win 10。
如果您在 PC 上开发(当然是),您可以尝试直接获取访问应用程序文件夹。

您可以尝试的另一件事是命令行 ISETool.exe(不确定它是否适用于 UWP,但有机会)

虽然IsoStoreSpy is designed for Windows Phone 8 & 8.1 apps, but it can be also used for Windows 10 Mobile apps. To use it, we can download it form here.

除了IsoStoreSpy,我们还可以使用Windows Phone Power Tools。这也是一个 GUI 工具,可用于 Windows 10 个移动应用程序。使用这两个工具,我们可以访问本地文件夹、临时文件夹和漫游文件夹。

与@Alexej siad 一样,适用于 Windows Phone 8.1 的独立存储资源管理器 (ISETool.exe) 与 Windows 10 移动应用程序配合得很好。它安装在以下位置:

C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.1\Tools\IsolatedStorageExplorerTool

这个工具的用法和How to use the Isolated Storage Explorer tool for Windows Phone 8一样。但是对于 Windows Phone 8.1,它为用户添加了一个 <appxfolder:[root]> 选项到 select 本地、漫游或临时文件夹。

<appxfolder:[root]> - Specifies the isolated store root for appx packages.
                    root can be one of the following (If root is not
                    specified, it's assumed to be "Local" by default):
Local             - Local store root
Roaming           - Roaming store root
Temp              - Temp store root

如需更多帮助和示例,只需在命令行中键入 ISETool.exe