21 #ifndef OPM_ENSUREDIRECTORYEXISTS_HEADER_INCLUDED 22 #define OPM_ENSUREDIRECTORYEXISTS_HEADER_INCLUDED 24 #include <boost/filesystem.hpp> 40 #endif // OPM_ENSUREDIRECTORYEXISTS_HEADER_INCLUDED This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: AdditionalObjectDeleter.hpp:22
void ensureDirectoryExists(const boost::filesystem::path &dirpath)
The directory pointed to by 'dirpath' will be created if it does not already exist.
Definition: ensureDirectoryExists.cpp:30