Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:56:20

0001 #ifndef GENERS_URIUTILS_HH_
0002 #define GENERS_URIUTILS_HH_
0003 
0004 #include <string>
0005 
0006 namespace gs {
0007   std::string localFileURI(const char *filename);
0008 
0009   std::string fileTail(const char *filename);
0010 
0011   std::string fileDirname(const char *filename);
0012 
0013   std::string joinDir1WithName2(const char *fname1, const char *fname2);
0014 }  // namespace gs
0015 
0016 #endif  // GENERS_URIUTILS_HH_