microsoft / WindowsAppSDK

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
https://docs.microsoft.com/windows/apps/windows-app-sdk/
MIT License
3.84k stars 320 forks source link

Windows.Storage.KnownFolderId does not have all known folders #391

Open JaiganeshKumaran opened 3 years ago

JaiganeshKumaran commented 3 years ago

Windows.Storage.KnownFolderId should have everything in KNOWNFOLDERID

ptorr-msft commented 2 years ago

Is there a particular scenario you're interested in here? Most KnownFolders won't work with UWP apps, and if you're not writing a UWP app there's little reason to use StorageFolder.

JaiganeshKumaran commented 1 year ago

I think Windows Runtime APIs are simply nicer to use compared to traditional Win32 APIs, which have an unnatural naming convention. Maybe Win32 Metadata could attempt to modernise this but that doesn't seem to be on the roadmap.