Hello,
How do I save image file (png) in runtime to running project.
For file saving, there are two types of saving: implicit and explicit.
For implicit saving, the user doesn't need to manually select the save path of the file, e.g. download, cache file. In this case, you can use FileSystem to save the file directly to the cache folder or application folder. Please refer to File system helpers for more detailed information.
For display saving, the user needs to choose by himself to which folder the file will be saved. If this is the case, you can use the official FileSaver Api provided by Maui to realize this function.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.