|
bool | init () |
| Initializes the instance of FileUtils. More...
|
|
virtual std::string | getWritablePath () |
virtual bool | isFileExist (const std::string &strFilePath) |
local | isFileExist ( local strFilePath) |
virtual | ~FileUtils () |
| The destructor of FileUtils. More...
|
|
virtual void | purgeCachedEntries () |
| Purges the file searching cache. More...
|
|
var | purgeCachedEntries () |
| Purges the file searching cache. More...
|
|
local | purgeCachedEntries () |
| Purges the file searching cache. More...
|
|
virtual unsigned char * | getFileData (const char *filename, const char *mode, unsigned long *size) |
| Gets resource file data. More...
|
|
local | getFileData ( local filename, local mode, local size) |
| Gets resource file data. More...
|
|
virtual unsigned char * | getFileDataFromZip (const char *zipFilePath, const char *filename, unsigned long *size) |
| Gets resource file data from a zip file. More...
|
|
local | getFileDataFromZip ( local zipFilePath, local filename, local size) |
| Gets resource file data from a zip file. More...
|
|
virtual std::string | fullPathForFilename (const std::string &filename) |
| Returns the fullpath for a given filename. More...
|
|
virtual void | loadFilenameLookupDictionaryFromFile (const std::string &filename) |
| Loads the filenameLookup dictionary from the contents of a filename. More...
|
|
var | loadFilenameLookup ( var filename) |
| Loads the filenameLookup dictionary from the contents of a filename. More...
|
|
local | loadFilenameLookup ( local filename) |
| Loads the filenameLookup dictionary from the contents of a filename. More...
|
|
virtual void | setFilenameLookupDictionary (Dictionary *filenameLookupDict) |
| Sets the filenameLookup dictionary. More...
|
|
virtual std::string | fullPathFromRelativeFile (const std::string &filename, const std::string &relativeFile) |
| Gets full path from a file name and the path of the reletive file. More...
|
|
var | fullPathFromRelativeFile ( var filename, var relativeFile) |
| Gets full path from a file name and the path of the reletive file. More...
|
|
local | fullPathFromRelativeFile ( local filename, local relativeFile) |
| 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 std::string &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...
|
|
var | setSearchPaths ( var searchPaths) |
| Sets the array of search paths. More...
|
|
void | addSearchPath (const std::string &path) |
| Add search path. More...
|
|
var | addSearchPath ( var path) |
| Add search path. More...
|
|
local | addSearchPath ( local path) |
| Add search path. More...
|
|
virtual const std::vector
< std::string > & | getSearchPaths () const |
| Gets the array of search paths. More...
|
|
virtual std::string | getWritablePath () const =0 |
| Gets the writable path. More...
|
|
virtual bool | isFileExist (const std::string &filePath) const =0 |
| Checks whether a file exists. More...
|
|
local | isFileExist ( local filePath) |
| Checks whether a file exists. More...
|
|
virtual bool | isAbsolutePath (const std::string &path) const |
| Checks whether the path is an absolute path. More...
|
|
local | isAbsolutePath ( local path) |
| Checks whether the path is an absolute path. More...
|
|
virtual void | setPopupNotify (bool notify) |
| Sets/Gets whether to pop-up a message box when failed to load an image. More...
|
|
virtual bool | isPopupNotify () |
Helper class to handle file operations.