namespace Maike::FileUtils
The following table summarizes all members in this namespace.
| bool newer (const char * file_a,const char * file_b) | |
|---|---|
| void mkdir (const char * name) | |
| void copy (const char * source,const char * dest) | |
| void copyFilter (const char * source,const char * dest,const char * comment_line_regexp) | |
| bool exists (const char * file) | |
| void remove (const char * name) | |
| void removeTree (const char * name,const std::set< Stringkey > & keeplist) | |
| void echo (const char * str,const char * filename) | |
| bool execPossible (const char * str) |