获取文件夹时出现
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
代码
FolderPicker fp = new FolderPicker();
fp.SuggestedStartLocation = PickerLocationId.ComputerFolder;
fp.FileTypeFilter.Add("*");
var f = await fp.PickSingleFolderAsync();
上面代码有3个地方错误。
*
”即使设置为特殊类型,但是文件夹没有这类型的文件也是可以。
这属性对结果好像不会有r用,垃圾ms
PickerLocationId.ComputerFolder
需要知道 上面的错误是 写在 Load 函数错误。
修改,把上面代码写在其他函数调用,不在 Load 调用。