FileSystemImplementation Class

Definition

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

Name Description
FileSystemImplementation()

Properties

Name Description
AppDataDirectory

Gets the location where app data can be stored.

CacheDirectory

Gets the location where temporary data can be stored.

Methods

Name Description
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