c# – 从路径Win8.1创建一个StorageFile
作者:互联网
我想从路径手动创建StorageFile,但StorageFile没有构造函数.
有没有一种简单的方法来做这样的事情?
StorageFile f = new StorageFile("C:\song.mp3");
解决方法:
您需要使用StorageFile.GetFileFromPathAsync API:
标签:c,file,windows-8-1 来源: https://codeday.me/bug/20190612/1225047.html