FileSystem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an easy way to access the locations for device folders.
public static class FileSystem
- Inheritance
-
System.ObjectFileSystem
Properties
AppDataDirectory |
Gets the location where app data can be stored. |
CacheDirectory |
Gets the location where temporary data can be stored. |
Methods
OpenAppPackageFileAsync(String) |
Opens a stream to a file contained within the app package. |