3 writes to FullPath
Microsoft.Maui.Essentials (3)
FileSystem\FileSystem.shared.cs (3)
198
FullPath
= fullPath;
207
FullPath
= file.FullPath;
216
FullPath
= fullPath;
5 references to FullPath
Microsoft.Maui.Essentials (5)
FileSystem\FileSystem.shared.cs (5)
207
FullPath = file.
FullPath
;
241
var ext = Path.GetExtension(
FullPath
);
270
if (!string.IsNullOrWhiteSpace(
FullPath
))
271
return Path.GetFileName(
FullPath
);
274
throw new InvalidOperationException($"Unable to determine the file name from '{
FullPath
}'.");