winforms - Is it possible to have a Resource folder in a published C# project? -


i have question quite vague.

i'm developing windows forms application in c# can read , write games access database. every game has attribute links image in resource folder.

while debugging able read , write screenshots following path:

"..\\..\\resources\\screenshots\\"; 

i tried publishing application earlier today test if still work , if not, locate path resource folder when published.

so far have feeling resources burned exe file or 1 of other files generates.

is in way possible have real folder in published version of application can keep reading , writing images did while debugging?

thanks in advance.

yes screenshots compiled assembly resources when publising.

as real folder, can absolutely that. make sure give app right path folder.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -