I have a method that takes a string parameter that is a file path to a text file. I want to be able to pass in a text file that I have embedded as a resource in my assembly.
Is there any way to get a string reference to an embedded text file so that it would function as a file path for opening a StreamReader?
Thanks.