-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
feature request π¬A request for new changes to improve functionalityA request for new changes to improve functionalityopen discussion βοΈ
Description
Describe the problem this feature would solve
The storage API is very slow. Take an example, when you call StorageFolder.GetItemsAsync on a folder which contains lots of files, it will takes very long.
Describe the solution
Use FromApp series API in api-ms-win-core-file-fromapp-l1-1-0.dll can improve the performance. But these API are both Win32 API, which means we need to use PInvoke and face the handle (that's terrible).
Describe alternatives you've considered
I hope there are some file and directory API like System.IO, but base on api-ms-win-core-file-fromapp-l1-1-0.dll.
Additional context & Screenshots
https://docs.microsoft.com/en-us/uwp/win32-and-com/win32-apis#apis-from-api-ms-win-core-file-fromapp-l1-1-0dll
microsoft/microsoft-ui-xaml#1465 (comment)
groovykool, sbaeumlisberger, RobertArmic and shresthasource
Metadata
Metadata
Assignees
Labels
feature request π¬A request for new changes to improve functionalityA request for new changes to improve functionalityopen discussion βοΈ