zoukankan      html  css  js  c++  java
  • Windows Phone 独立存储资源管理器工具

    如何使用独立存储资源管理器工具 http://msdn.microsoft.com/zh-CN/library/hh286408(v=vs.92)
    C:Program Files (x86)Microsoft SDKsWindows Phonev8.0ToolsIsolatedStorageExplorerToolISETool.exe
    应用程序的 Product GUID,它在 WPAppManifest.xml 文件的 App 元素的 ProductID 属性中指定。

    列出根目录中的文件和目录
    ISETool.exe dir <xd|de> <Product GUID>

    如果独立存储包含目录,则键入以下命令。
    ISETool.exe dir:device-folder <xd|de> <Product GUID>

    以下示例显示了列出模拟器上 Images 目录中内容的命令。
    ISETool.exe dir:"Images" xd {f26ba42a-7124-4564-961a-04e44f819a53}

    列出Images子目录下icons目录
    ISETool.exe dir:"Imagesicons" xd {f26ba42a-7124-4564-961a-04e44f819a53}

    从独立存储复制文件
    ISETool.exe ts <xd|de> <Product GUID> <desktop-path>
    示例:ISETool.exe ts xd {f26ba42a-7124-4564-961a-04e44f819a53} "C:DataMy Files"

    替换独立存储中的文件
    ISETool.exe rs <xd|de> <Product GUID> <desktop-path>
    示例:ISETool.exe rs xd {f26ba42a-7124-4564-961a-04e44f819a53} "C:DataMy FilesIsolatedStore"

    appdata:/ 安装文件夹
    isostore:/ 独立存储
    若没有制定前缀,默认使用独立存储的前缀。

  • 相关阅读:
    OpenWRT Mac 虚拟机PD 分享 for 软路由
    How to write u disk from img in mac os x
    linux find file > 100 M
    gojs for data flow
    正则表达式
    grep
    搜索引擎Query Rewrite
    Kafka replication
    cassandra写数据CommitLog
    Solr DIH JDBC 源码解析
  • 原文地址:https://www.cnblogs.com/grj1046/p/3298027.html
Copyright © 2011-2022 走看看