I included an embebbed resource in my C# project; I know its name and how to refer to it, so I was wondering if there is any way to get its absolute path...is there?
System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceNames();