All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RootDirFcn.h
Go to the documentation of this file.
1 // $Id: RootDirFcn.h,v 1.2 2001/11/22 09:14:49 mato Exp $
2 
3 #ifndef ROOTHISTCNV_ROOTDIRFCN_HPP
4 #define ROOTHISTCNV_ROOTDIRFCN_HPP
5 
6 #include <string>
7 
8 namespace RootHistCnv {
9 
10  bool RootCd(const std::string& full);
11 
12  bool RootMkdir(const std::string& full);
13 
14  std::string RootPwd();
15 
16  bool RootTrimLeadingDir(std::string &full, std::string dir);
17 }
18 
19 #endif