00001 #ifndef FILE_TOOLS_H 00002 #define FILE_TOOLS_H 00003 #include <string> 00004 00005 std::string RemoveDir(const char* path); 00006 00007 #endif