#include <ArServerFileUtils.h>
Static Public Member Functions | |
static bool | getDirectory (const char *fileName, char *result, size_t resultLen) |
Pulls the directory out of a file name. | |
static bool | getFileName (const char *fileName, char *result, size_t resultLen) |
Pulls the filename out of the file name. | |
static bool | squashCase (const char *baseDir, const char *fileName, char *result, size_t resultLen) |
this squashes the case out of what file we want | |
Static Protected Member Functions | |
static std::list< std::string > | splitFileName (const char *fileName) |
this splits up a file name (it isn't exported since it'd crash with dlls) |
Definition at line 35 of file ArServerFileUtils.h.
|
Pulls the directory out of a file name.
Definition at line 152 of file ArServerFileUtils.cpp. References ArUtil::fixSlashes(), and ArLog::log(). |
|
Pulls the filename out of the file name.
Definition at line 190 of file ArServerFileUtils.cpp. References ArUtil::fixSlashes(), and ArLog::log(). |
|
this splits up a file name (it isn't exported since it'd crash with dlls)
Definition at line 244 of file ArServerFileUtils.cpp. References ArLog::log(). Referenced by squashCase(). |
|
this squashes the case out of what file we want
Definition at line 45 of file ArServerFileUtils.cpp. References ArLog::log(), and splitFileName(). |