how to get the path of download directory in maui?

Viewed 38

string location = Path.Combine(FileSystem.Current.AppDataDirectory, "Download", "abc.jpg"); image.Source = ImageSource.FromFile(location);

1 Answers
Related