9#ifndef CAMCOM_COMMON_FIND_FILE_HPP
10#define CAMCOM_COMMON_FIND_FILE_HPP
17std::string
ExpandPath(
const std::string& path);
33std::string
FindFile(
const std::string& path,
34 const std::string& referrer =
"");
Definition adapterBase.cpp:18
std::string FindFile(const std::string &path, const std::string &referrer)
Definition find_file.cpp:162
std::string ExpandPath(const std::string &path)
Expand environment variables ($VAR, ${VAR}) and ~ in a path string.
Definition find_file.cpp:28