Chapter 5. Storage files and folders

In this chapter, you’ll learn how Windows Store apps access storage files and folders. We’ll start by exploring how apps can access read-only resources such as images, music, and videos embedded in their package files. Then we’ll show how your app can access its own private, per-user data folders to store package-specific data. Of course, apps can access files in many other storage locations, such as the user’s documents and pictures libraries, removable media, and network-shared folders. For security reasons, accessing some of these locations requires either user interaction or that you, as a developer, enable settings in your app package’s manifest file.

This chapter focuses on navigating through files and ...

Get Windows Runtime via C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.