How to access the files that located in the Resources folder in the .NET MAUI app. #7070
Replies: 2 comments 2 replies
-
Maybe I'm stating the obvious but here is some sample code. File does not have to be in the [Resources] folder, just marked as a EmbeddedResource. Notice the path needs to be set appropriately (see the string in [GetStreamFromFile(
|
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In our custom control, we have to access the files that are located in the application Resources folder. Can you please guide me how to access/read Resources folder files in the .NET MAUI?
Beta Was this translation helpful? Give feedback.
All reactions