OverView
- The purpose of this document is show you how does function CCFileUtils::fullPathForFilename() work on different platforms.
- The document is based on engine version: cocos2d-x 2.1
- CCFileUtils::fullPathForFilename() is not return the absolute path on some platforms.
- If you want to get a writable path, attempt to use interface CCFileUtils::getWritablePath().
iOS
android
The function return the parameter directly. It's the absolute path in the .apk file.
win32