create sprite from absolutely path of image file

Hi

I try to create sprite from absolute fileName (in c# I capture photo, save it locally and send it’s path to cocos).

path like this:

C:\Data\Users\DefApps\AppData\{D90B344F-2FBB-489E-B668-271AE7B196D6}\Local\imageName.jpgээээ««««««««

after line

CCSprite* FaceImg = CCSprite::create(path);

i have message in debugger

Get data from file(C:\Data\Users\DefApps\AppData\{D90B344F-2FBB-489E-B668-271AE7B196D6}\Local\imageName.jpg????????????) failed!

Can you alter where your c# app puts your photo?

see where cocos2d is looking by default std::string path=getFileUtils()->getWritablePath()