How to manage or acces to drawables folders for screen resolutions

I want to acces to a drawables folders to manage screen resolutions
with for example on this sprite , I was trying at this way, but it doesnt works CCSprite* pSprite = CCSprite::create(“@drawables/HelloWorld.png”);

Someone can help me ??

Thanks in advance