November 2013
Intermediate to advanced
320 pages
10h 53m
English
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 ...