Hi,
I have a lot of txt files in Resources folder. One of them is corner.txt. I can access this file via this code snippet:
Properties.Resources.corner
I keep file names in string variables. For example:
string fileName = "corner.txt";
I want to access this file via:
Properties.Resources.fileName
Is this possible? How can I access?
Loading
VulpesPosted Jul 24, 2013, 5:57 AM
Salih TeamsahPosted Jul 24, 2013, 9:02 AM
Iftikar HussainPosted Jul 24, 2013, 7:31 AM
Please provide more details: You want to access file name using resource key?
Regards,
Iftikar