#include <FileFunctions.h>
Static Public Member Functions | |
| static std::vector< std::string > | Dir (const char *path, const char *right, bool sorted=false) |
| static bool | DirExists (const char *path) |
| static bool | FileExists (const char *filename) |
| static std::string | FileName (const std::string filepath) |
| static void | FileParts (const std::string filepath, std::string &path, std::string &filename, std::string &ext) |
| static void | MkDir (const char *path) |
| static void | RmDir (const char *path) |
| static void | RmFile (const char *path) |
Definition at line 33 of file FileFunctions.h.
| std::vector< std::string > FileFunctions::Dir | ( | const char * | path, |
| const char * | right, | ||
| bool | sorted = false |
||
| ) | [static] |
Definition at line 84 of file FileFunctions.cpp.
| bool FileFunctions::DirExists | ( | const char * | path | ) | [static] |
Definition at line 74 of file FileFunctions.cpp.
| bool FileFunctions::FileExists | ( | const char * | filename | ) | [static] |
Definition at line 63 of file FileFunctions.cpp.
| std::string FileFunctions::FileName | ( | const std::string | filepath | ) | [static] |
Definition at line 108 of file FileFunctions.cpp.
| void FileFunctions::FileParts | ( | const std::string | filepath, |
| std::string & | path, | ||
| std::string & | filename, | ||
| std::string & | ext | ||
| ) | [static] |
Definition at line 116 of file FileFunctions.cpp.
| void FileFunctions::MkDir | ( | const char * | path | ) | [static] |
Definition at line 43 of file FileFunctions.cpp.
| void FileFunctions::RmDir | ( | const char * | path | ) | [static] |
Definition at line 48 of file FileFunctions.cpp.
| void FileFunctions::RmFile | ( | const char * | path | ) | [static] |
Definition at line 58 of file FileFunctions.cpp.