5 references to FileSystemUtils
Microsoft.Maui (1)
ImageSources\iOS\ImageSourceExtensions.cs (1)
67
var bundle =
FileSystemUtils
.PlatformGetFullAppPackageFilePath(filename);
Microsoft.Maui.Essentials (4)
FileSystem\FileSystem.uwp.cs (3)
67
filename =
FileSystemUtils
.NormalizePath(filename);
73
var file =
FileSystemUtils
.PlatformGetFullAppPackageFilePath(filename);
80
var file =
FileSystemUtils
.PlatformGetFullAppPackageFilePath(filename);
Permissions\Permissions.uwp.cs (1)
26
var docPath =
FileSystemUtils
.PlatformGetFullAppPackageFilePath(PlatformUtils.AppManifestFilename);