'How To Pick Folder or File Using a Gamepad?

UWP has Windows.Storage.Pickers (FileOpenPicker and FolderPicker). There doesn't seem to be any way to use them with a gamepad on a desktop. Creating my own Folder/File picker is an option I guess but it would require the 'broadFileAccess' capability. Is there any other solution or workaround? Does running the app on an Xbox still have this limitation?

https://docs.microsoft.com/en-us/windows/uwp/files/quickstart-using-file-and-folder-pickers



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source