Hello all,
When a directory (StorageFolder) is having 5k+ files the call to GetFilesAsync() take many seconds.
Is there a way to speed-up thing? I already tried the API FindFirstFileExFromApp() but then I need to convert the path to a StorageFile to use it in UWP and this take even more time at the end.
Thank you
Hello all,
When a directory (StorageFolder) is having 5k+ files the call to GetFilesAsync() take many seconds.
Is there a way to speed-up thing? I already tried the API FindFirstFileExFromApp() but then I need to convert the path to a StorageFile to use it in UWP and this take even more time at the end.
Thank you