FileSystemImplementation 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.
Concrete implementation of the IFileSystem APIs.
public ref class FileSystemImplementation : Microsoft::Maui::Storage::IFileSystem
public class FileSystemImplementation : Microsoft.Maui.Storage.IFileSystem
type FileSystemImplementation = class
interface IFileSystem
Public Class FileSystemImplementation
Implements IFileSystem
- Inheritance
-
FileSystemImplementation
- Implements
Constructors
FileSystemImplementation() |
Properties
AppDataDirectory |
Gets the location where app data can be stored. |
CacheDirectory |
Gets the location where temporary data can be stored. |
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.