00001 00002 #ifndef CYGPATH_H 00003 #define CYGPATH_H 00004 00005 #include <string> 00006 00007 namespace IS3D { 00008 00017 std::string decygifyPath(const std::string &in); 00018 00019 00025 std::string replaceEnvVars(const std::string &in); 00026 00027 00028 } // end namespace 00029 00030 #endif