Problem about open zip file.

I use “CCFileUtils::getFileDataFromZip” to open a zip file which is in sdcard. It work. But when I open the same zip file in the assets. It return NULL.
Can anyone tell me how to read a zip file from assets?