In my wp7 app, I include a bunch of data files which are set as Content. In my app, I want to bind them (they are all in a common Data folder in the app) to a list box so the list box shows the names of the content files. However, I cannot fin开发者_如何学编程d a way to list file names. Anyone can help?
Thanks!
There isn't a public API on this. WP7 is meant to store everything in Isolated Storage.
精彩评论