1 implementation of IFileSystem
Microsoft.Maui.Essentials (1)
FileSystem\FileSystem.netstandard.cs (1)
7
partial class FileSystemImplementation :
IFileSystem
8 references to IFileSystem
Microsoft.Maui.Essentials (8)
FileSystem\FileSystem.shared.cs (8)
75
static
IFileSystem
? currentImplementation;
80
public static
IFileSystem
Current =>
83
internal static void SetCurrent(
IFileSystem
? implementation) =>
88
/// Concrete implementation of the <see cref="
IFileSystem
"/> APIs.
92
/// <inheritdoc cref="
IFileSystem
.CacheDirectory"/>
96
/// <inheritdoc cref="
IFileSystem
.AppDataDirectory"/>
100
/// <inheritdoc cref="
IFileSystem
.OpenAppPackageFileAsync(string)"/>
104
/// <inheritdoc cref="
IFileSystem
.AppPackageFileExistsAsync(string)"/>