7 #ifndef __FWTOOLS_OS_HPP__ 8 #define __FWTOOLS_OS_HPP__ 12 #include "fwTools/config.hpp" 35 FWTOOLS_API std::string
getEnv(
const std::string &name,
bool *ok = NULL);
44 FWTOOLS_API std::string
getEnv(
const std::string &name,
const std::string &defaultValue);
59 std::string company =
"",
60 std::string appName =
"",
61 bool createDirectory =
false 69 #endif //__FWTOOLS_OS_HPP__