我想从路径手动创建StorageFile
,但是StorageFile
没有构造函数。
有没有简单的方法可以做这样的事情?
StorageFile f = new StorageFile("C:\song.mp3");
最佳答案
您需要使用StorageFile.GetFileFromPathAsync API:
http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.storagefile.getfilefrompathasync.aspx