We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3e7ec commit 32d8987Copy full SHA for 32d8987
cocos2dx/platform/uphone/CCXFileUtils_uphone.h
@@ -47,8 +47,8 @@ class CCX_DLL CCFileUtils
47
static const char* fullPathFromRelativePath(const char *pszRelativePath);
48
49
/**
50
- @brief Generate the absolute path of file,the filename of the result is from param:pszFilename,
51
- and the path is from param:pszRelativeFile
+ @brief Generate the absolute path of file.The result filename is from param:pszFilename,
+ and the result path is from param:pszRelativeFile
52
@param pszFilename The file name of result.
53
@param pszRelativeFile We get the result path from this param
54
@return The absolute path of the file who named pszFilename
0 commit comments