GetFileAsync()的相对(或绝对)路径?

时间:2015-02-16 03:19:15

标签: windows-phone-8.1

我看到有关启动PDF文件的所有这些示例,所以我认为这是微不足道的,例如How to open pdf file in Windows Phone 8?

我将文件上传到项目的Assets目录中,我尝试了:

string fil = @"Assets\myCopy.pdf";  
StorageFile theStorage = await GetFileAsync( fil ); 

它继续与File.IOException.NotFound一起死亡。

0 个答案:

没有答案