filesystem

#include <hpx/filesystem.hpp>

This file provides a compatibility layer using Boost.Filesystem for the C++17 filesystem library. It is not intended to be a complete compatibility layer. It only contains functions required by the HPX codebase. It also provides some functions only available in Boost.Filesystem when using C++17 filesystem.

namespace hpx
namespace filesystem

Functions

path initial_path()
path basename(path const &p)
path canonical(path const &p, path const &base)
path canonical(path const &p, path const &base, error_code &ec)