31 #ifndef NEKTAR_LIB_UTILITIES_FILESYSTEM_HPP 
   32 #define NEKTAR_LIB_UTILITIES_FILESYSTEM_HPP 
   36 #include <boost/filesystem.hpp> 
   38 namespace fs = boost::filesystem;
 
   42     namespace LibUtilities
 
#define LIB_UTILITIES_EXPORT
std::string PortablePath(const boost::filesystem::path &path)
create portable path on different platforms for boost::filesystem path
The above copyright notice and this permission notice shall be included.