00001
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
00020 #endif
1.2.3 written by Dimitri van Heesch,
© 1997-2000