Accessing content on removable storage
Purpose
Windows 8 provides support for accessing content on media and storage devices that use Windows Portable Devices (WPD), including Media Transport Protocol (MTP) devices and Mass Storage Class (MSC) devices.
The Windows.Devices.Portable namespace provides the StorageDevice class for enumerating removable storage devices and accessing them as a StorageFolder.
In this section
Topic | Description |
---|---|
This tutorial shows you how to use Windows.Storage.KnownFolders to get a snapshot of the currently connected devices as StorageFolder objects. |
|
This tutorial shows you how to copy a file to a removable storage device by instantiating a storage object using Windows.Devices.Portable.Storage.FromId. |
|
This tutorial shows you how to get an image file from a removable storage device and display it. |
|
This tutorial shows you how to access removable storage when the storage device is plugged in, by handling AutoPlay events. |