I am building a Windows Core IOT background task application on a Raspberry Pi, and I need to store some text resource files (html,css,js) to serve over a tcp socket connection.
Trouble is I am struggling to find the simplest way to have a folder of these files as embedded resources which I can access from the webserver I have built.
Any suggestions would be good.
I do not seem to have access to the Properties namespace.
include the files into your project and access them with the InstalledLocation Folder.
If, for example, you have a folder named 'html' in your project structure, access the files like this: