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 ref class FileSystem abstract sealed
public static class FileSystem
type FileSystem = class
Public Class FileSystem
- Inheritance
-
FileSystem
Properties
AppDataDirectory |
Gets the location where app data can be stored. |
CacheDirectory |
Gets the location where temporary data can be stored. |
Current |
Provides the default implementation for static usage of this API. |
Methods
AppPackageFileExistsAsync(String) |
Determines whether or not a file exists in the app package. |
OpenAppPackageFileAsync(String) |
Opens a stream to a file contained within the app package. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.