19 dirhandle = open(
".", O_RDONLY);
20 int status = chdir(newdir.c_str());
22 std::stringstream err_msg;
23 err_msg <<
"Could not change to directory: " << newdir;
29 int status = fchdir(dirhandle);
DirChange(const std::string &newdir)
This is the base of the exception hierarchy for Full Physics code.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
~DirChange() noexcept(false)