Arlodotexe / OwlCore.Storage

The most flexible file system abstraction, ever. Built in partnership with the UWP Community.
16 stars 4 forks source link

Improved usage of DirectoryInfo in SystemFolder #57

Closed itsWindows11 closed 3 months ago

itsWindows11 commented 3 months ago

Currently, SystemFolder is not properly making use of lazy-loading for DirectoryInfo (Info property) when we only have the path. In some use cases having the directory info pre-loaded can be unnecessary and slows down performance especially when enumerating large folders.