#include namespace FileUtils { std::string getBaseName( std::string sourceFile); std::string command_exec(const char* cmd); };