1 implementation of AppPackageFileExistsAsync
Microsoft.Maui.Essentials (1)
FileSystem\FileSystem.shared.cs (1)
105
public Task<bool>
AppPackageFileExistsAsync
(string filename)
2 references to AppPackageFileExistsAsync
Microsoft.Maui.Essentials (2)
FileSystem\FileSystem.shared.cs (2)
73
=> Current.
AppPackageFileExistsAsync
(filename);
104
/// <inheritdoc cref="IFileSystem.
AppPackageFileExistsAsync
(string)"/>