00001 // 00002 // C++ Interface: osutils 00003 // 00004 // Description: Agr 00005 // 00006 // 00007 // Author: smidl <smidl@utia.cas.cz>, (C) 2008 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 00013 #include <itpp/itbase.h> 00014 using namespace std; 00015 00019 void get_fname ( char* filename, std::string &dirname, std::string &f ); 00020 00027 void makedir(string &dirname, bool rewrite = true);