// getcwd.h #ifndef dataset_util__getcwd #define dataset_util__getcwd #include // Return the current working directory as a string. std::string getcwd(); #endif