On Sun Jun 22 11:45:21 2025 +0000, Ignacy Kuchciński wrote:
I checked that registry key and it turns out the `Windows.Storage.StorageFile` class should be in `windows.storage.dll` after all. Maybe I should split `Windows.Storage.ApplicationData` definitions out of `windows.storage.idl` to `windows.storage.applicationdata.idl`, and import that instead of whole `windows.storage.idl` into `windows.storage.applicationdata.dll`?
Does `windows.storage.applicationdata.dll` exists on Windows?
Maybe `windows.storage.applicationdata.dll` doesn't exists on Windows and everything should be put in `windows.storage.dll`?
We are clearly lacking info, would putting `Windows.Storage.StorageFile` inside `windows.storage.applicationdata.dll` be fine in the meantime?