00001 // $Id: RootDirFcn.h,v 1.2 2001/11/22 09:14:49 mato Exp $ 00002 00003 #ifndef ROOTHISTCNV_ROOTDIRFCN_HPP 00004 #define ROOTHISTCNV_ROOTDIRFCN_HPP 00005 00006 #include <string> 00007 00008 namespace RootHistCnv { 00009 00010 bool RootCd(const std::string& full); 00011 00012 bool RootMkdir(const std::string& full); 00013 00014 std::string RootPwd(); 00015 00016 bool RootTrimLeadingDir(std::string &full, std::string dir); 00017 } 00018 00019 #endif