Let's say I'm writing an app to view maps in a certain format. In a Win32 App, I would copy all maps to a certain location, say D:\maps, and configure that setting in the viewer program.
Now in this store app model, I cannot access a random place on the hard drive. The map data is not part of the app and should not be distributed under the app's installation folder. I wonder what's the best strategy to place these files. Thanks.