Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When I add files to the resource, I want to organize it so those files are in a folder called ZipConsole. I've tried making the folder in the resource folder and just drag and drop the ZipConsole files into the ZipConsole folder. But how would I reference and see if that folder exist? Or say I want to take things from that folder.

When I go to resource.resx it shows my files in there.
Posted

1 solution

You access the resource in your code by using GetManifestResourceStream[^]
See the examples here
http://support.microsoft.com/kb/319292[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900