I have a number of related resources (text files in this case) in a C # project I'm working on. I know that resources are linked through a relative path in the Resources file. Is there a way to get this relative path from C # code?
If this does not happen, I try to pass this resource file to an external application as a command line argument. If I could not do it in the first way (which, obviously, would be the easiest), any other suggestions would be highly appreciated. Thank!
source
share