fs::path::path

Construct from a std::filesystem::path, for compatibility with standard-library APIs.

Synopsis

Declared in <util/fs.h>

path(std::filesystem::path path);

Parameters

NameDescription
pathThe standard path to move from.