|
bool | init () |
| Initializes the instance of CCFileUtils. More...
|
|
virtual std::string | getWritablePath () |
| Gets the writable path. More...
|
|
var | getWritablePath () |
| Gets the writable path. More...
|
|
local | getWritablePath () |
| Gets the writable path. More...
|
|
virtual bool | isFileExist (const std::string &strFilePath) |
| Checks whether a file exists. More...
|
|
var | isFileExist ( var strFilePath) |
| Checks whether a file exists. More...
|
|
local | isFileExist ( local strFilePath) |
| Checks whether a file exists. More...
|
|
virtual long | getClassTypeInfo () |
| Returns an unique ID for this class. More...
|
|
virtual | ~CCFileUtils () |
| The destructor of CCFileUtils. More...
|
|
virtual void | purgeCachedEntries () |
| Purges the file searching cache. More...
|
|
local | purgeCachedEntries () |
| Purges the file searching cache. More...
|
|
virtual unsigned char * | getFileData (const char *pszFileName, const char *pszMode, unsigned long *pSize) |
| Gets resource file data. More...
|
|
local | getFileData ( local pszFileName, local pszMode, local pSize) |
| Gets resource file data. More...
|
|
virtual unsigned char * | getFileDataFromZip (const char *pszZipFilePath, const char *pszFileName, unsigned long *pSize) |
| Gets resource file data from a zip file. More...
|
|
local | getFileDataFromZip ( local pszZipFilePath, local pszFileName, local pSize) |
| Gets resource file data from a zip file. More...
|
|
virtual std::string | fullPathForFilename (const char *pszFileName) |
| Returns the fullpath for a given filename. More...
|
|
local | fullPathForFilename ( local pszFileName) |
| Returns the fullpath for a given filename. More...
|
|
virtual void | loadFilenameLookupDictionaryFromFile (const char *filename) |
| Loads the filenameLookup dictionary from the contents of a filename. More...
|
|
var | loadFilenameLookupDictionaryFromFile ( var filename) |
| Loads the filenameLookup dictionary from the contents of a filename. More...
|
|
local | loadFilenameLookupDictionaryFromFile ( local filename) |
| Loads the filenameLookup dictionary from the contents of a filename. More...
|
|
virtual void | setFilenameLookupDictionary (CCDictionary *pFilenameLookupDict) |
| Sets the filenameLookup dictionary. More...
|
|
virtual const char * | fullPathFromRelativeFile (const char *pszFilename, const char *pszRelativeFile) |
| Gets full path from a file name and the path of the reletive file. More...
|
|
local | fullPathFromRelativeFile ( local pszFilename, local pszRelativeFile) |
| Gets full path from a file name and the path of the reletive file. More...
|
|
virtual void | setSearchResolutionsOrder (const std::vector< std::string > &searchResolutionsOrder) |
| Sets the array that contains the search order of the resources. More...
|
|
virtual void | addSearchResolutionsOrder (const char *order) |
| Append search order of the resources. More...
|
|
virtual const std::vector
< std::string > & | getSearchResolutionsOrder () |
| Gets the array that contains the search order of the resources. More...
|
|
virtual void | setSearchPaths (const std::vector< std::string > &searchPaths) |
| Sets the array of search paths. More...
|
|
virtual void | addSearchPath (const char *path) |
| Adds a path to search paths. More...
|
|
local | addSearchPath ( local path) |
| Adds a path to search paths. More...
|
|
virtual void | removeSearchPath (const char *path) |
| Removes a path from search paths. More...
|
|
void | removeAllPaths () |
| Removes all paths. More...
|
|
virtual const std::vector
< std::string > & | getSearchPaths () |
| Gets the array of search paths. More...
|
|
virtual bool | isAbsolutePath (const std::string &strPath) |
| Checks whether the path is an absolute path. More...
|
|
var | isAbsolutePath ( var strPath) |
| Checks whether the path is an absolute path. More...
|
|
virtual void | setPopupNotify (bool bNotify) |
| Sets/Gets whether to pop-up a message box when failed to load an image. More...
|
|
virtual bool | isPopupNotify () |