00001 #ifndef _sist_fich_h 00002 #define _sist_fich_h 00003 00004 #include <string> 00005 00006 namespace UTIL { 00007 00008 namespace SIST_FICH { 00009 00010 bool sePuedeEscribirEnDir(const std::string &path); 00011 bool esDir(const std::string &path); 00012 00013 } 00014 00015 } 00016 00017 #endif 00018