Go to the source code of this file.
Functions | |
| bool | existsFile (const char *src_name) |
| int | makeFileCopy (const char *src_name, const char *dst_name) |
| int | makeFileMove (const char *src_name, const char *dst_name) |
| bool | fileExists (const char *file) |
| std::string | shortFileName (const std::string &long_name) |
| std::string | cutExtension (const std::string &filename) |
| std::string | capitalizeString (const std::string &name) |
| bool | directoryExists (const char *dir) |
| bool | directoryCreate (const char *dir) |
Variables | |
| Globals | global_vars |
| std::string capitalizeString | ( | const std::string & | name | ) |
Definition at line 103 of file BONExtender/logger.cpp.
| std::string cutExtension | ( | const std::string & | filename | ) |
Definition at line 94 of file BONExtender/logger.cpp.
| bool directoryCreate | ( | const char * | dir | ) |
Definition at line 127 of file BONExtender/logger.cpp.
| bool directoryExists | ( | const char * | dir | ) |
Definition at line 110 of file BONExtender/logger.cpp.
| bool existsFile | ( | const char * | src_name | ) |
Definition at line 10 of file BONExtender/logger.cpp.
| bool fileExists | ( | const char * | file | ) |
Definition at line 60 of file BONExtender/logger.cpp.
| int makeFileCopy | ( | const char * | src_name, | |
| const char * | dst_name | |||
| ) |
Definition at line 20 of file BONExtender/logger.cpp.
| int makeFileMove | ( | const char * | src_name, | |
| const char * | dst_name | |||
| ) |
Definition at line 42 of file BONExtender/logger.cpp.
| std::string shortFileName | ( | const std::string & | long_name | ) |
Definition at line 77 of file BONExtender/logger.cpp.
Definition at line 32 of file Paradigms/MetaGME/BONExtender/BON2Component.cpp.
1.6.3