Table of Contents

Class KnownFolders

Namespace
Windows.Storage
Assembly
Windows.Storage.dll

Provides access to common locations that contain user content. This includes content from a user's local libraries (such as Documents, Pictures, Music, and Videos), HomeGroup, removable devices, and media server devices.

public static class KnownFolders
Inheritance
KnownFolders
Inherited Members

Properties

InternalDevices

Gets the internal devices folder.

public static StorageFolder InternalDevices { get; }

Property Value

StorageFolder

RemovableDevices

Gets the removable devices folder.

public static StorageFolder RemovableDevices { get; }

Property Value

StorageFolder