LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
LArFileHelper.h
Go to the documentation of this file.
1 
8 #ifndef LAR_FILE_HELPER_H
9 #define LAR_FILE_HELPER_H 1
10 
11 #include <string>
12 
13 namespace lar_content
14 {
15 
20 {
21 public:
32  static std::string FindFileInPath(const std::string &unqualifiedFileName, const std::string &environmentVariable, const std::string &delimiter = ":");
33 };
34 
35 } // namespace lar_content
36 
37 #endif // #ifndef LAR_FILE_HELPER_H
static std::string FindFileInPath(const std::string &unqualifiedFileName, const std::string &environmentVariable, const std::string &delimiter=":")
Find the fully-qualified file name by searching through a list of delimiter-separated paths in a name...
LArFileHelper class.
Definition: LArFileHelper.h:19