gpt4 book ai didi

c# - 从路径 Win8.1 创建一个 StorageFile

转载 作者:行者123 更新时间:2023-11-30 14:29:58 24 4
gpt4 key购买 nike

我想从一个路径手动创建一个StorageFile,但是没有StorageFile 的构造函数。

有没有简单的方法来做这样的事情?

StorageFile f = new StorageFile("C:\song.mp3");

最佳答案

StorageFile file = await StorageFile.GetFileFromPathAsync(item.Path);

关于c# - 从路径 Win8.1 创建一个 StorageFile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24724168/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com