Namespace Windows.Storage
Classes
FileIO
Provides helper methods for reading and writing files that are represented by objects of type IStorageFile.
KnownFolders
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.
RemovableDeviceEventArgs
Contains argument values for Removable Devices events.
StorageEventManager
Event manager for Storage events.
StorageFile
Represents a file. Provides information about the file and its content, and ways to manipulate them.
StorageFolder
Manages folders and their contents and provides information about them.
StorageProvider
Contains info about the service that stores files and folders. Files and folders may be stored either by the local file system or by a remote service like Microsoft OneDrive.
Interfaces
IStorageFile
Represents a file. Provides information about the file and its contents, and ways to manipulate them.
IStorageFolder
Manipulates folders and their contents, and provides information about them.
IStorageItem
Manipulates storage items (files and folders) and their contents, and provides information about them.
IStorageProvider
Enums
CreationCollisionOption
Specifies what to do if a file or folder with the specified name already exists in the current folder when you create a new file or folder.
FileAttributes
Describes the attributes of a file or folder. This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
KnownFolderId
Provides values that identify storage folders.
RemovableDeviceEventArgs.RemovableDeviceEvent
Specifies the type of event occurred with the Removable Device specified.
Delegates
RemovableDeviceEventHandler
Provides an event handler that is called when a Removable Device event occurs.