I want to manually create a StorageFile
from a path, but there is no constructor for a StorageFile
.
Is there a simple way to do a thing like this?
StorageFile f = new StorageFile("C:\song.mp3");
StorageFile file = await StorageFile.GetFileFromPathAsync(item.Path);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With