在默认应用程序中从isolatedstorage打开文件(Windows Phone 8)

时间:2014-06-08 15:16:25

标签: c# windows-phone-8 isolatedstorage isolatedstoragefile

我有一个关于在我的Windows Phone 8 C#app中打开存储在IsolatedStorage中的文件的问题(在我的例子中是一个file.txt文件) 并在WP 8中集成的Office套件中打开它。

我想出了这个:

 Windows.System.Launcher.LaunchUriAsync(new System.Uri("ms-word:" + (new Uri("file.txt", UriKind.Relative))));

它打开Office Word没有问题,但它挂起在“文件不存在”消息并退出.. 有什么建议?谢谢:))

1 个答案:

答案 0 :(得分:0)

你的Uri错了。它应该是new Uri("ms-word:isostore:file.txt", UriKind.Absolute); 但是,仍然无法打开文件。不知道为什么。

enter image description here

编辑:这是不可能的。您只能从OneDrive打开办公室电子邮件附件或办公文档。

http://answers.microsoft.com/en-us/winphone/forum/wp8-wppersonal/open-word-and-excel-files-from-sd-card/23218c41-b72b-49df-9529-5e85a1912bc5