每當我嘗試此代碼: foreach (StorageFile filesAsync in await folderFromPathAsync.GetFolderAsync(_selectedPlayList).GetFilesAsync())//Error here
{
this._fileNames.Add(filesAsync.Name.Substring(0, fi
我想從.NET 4.5的Windows Phone應用程序中的json文件中讀取數據。按下按鈕後異常出現說: System.IO.FileNotFoundException (Exception from HRESULT: 0x80070002)
我的代碼: public static async Task ReadFile()
{
StorageFolder local = Wi