StorageFolder.GetFilesAsync() is not working in ARM 64 architecture
Antonio Iliev
1
Reputation point
Hi,
I have a problem specific to Windows.Storage build for ARM64. Tested on x86 with no sight of any kind of problems.
Here is the problem: The GetFilesAsync method returns an empty collection without considering the presence of files in the specified 'KnownFolders' directory. When the method GetFileAsync() was used to load an existing file in the same 'KnownFolders' directory the result was correct. And again this only applies to ARM64 build.
My setup is:
UWP Visual Studio template.
Target version 1903, Build 18362.
HoloLens 2 device
Thank you for any suggestions in advance.
Sign in to answer