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_ext.h" 00014 00015 using namespace std; 00016 00020 void get_fname ( char* filename, std::string &dirname, std::string &f ); 00021 00028 void makedir ( string &dirname, bool rewrite = true ); 00029 00038 bool remove_all ( const char *path ); 00039