3 references to FileSystem
Microsoft.Maui (3)
Handlers\HybridWebView\HybridWebViewHandler.cs (2)
490
if (!await
FileSystem
.AppPackageFileExistsAsync(assetPath))
494
return await
FileSystem
.OpenAppPackageFileAsync(assetPath);
ImageSources\UriImageSourceService\UriImageSourceService.iOS.cs (1)
15
internal static readonly string CacheDirectory = Path.Combine(
FileSystem
.CacheDirectory, "com.microsoft.maui", "MauiUriImages");