Get Resource file path C#

2k Views Asked by At

How can I get the path of the resource file at runtime?
You access the resource by it's name: Properties.Resources.Lily.
I need to get the path of the file with the resource name "Lily": ../Resources/file_name.extension

0

There are 0 best solutions below