std::experimental::filesystem::path
Min standard notice:
Header: <experimental/filesystem>
Objects of type path represent paths on a filesystem. Only syntactic aspects of paths are handled: the pathname may represent a non-existing path or even one that is not allowed to exist on the current file system or OS.
# Declarations
class path;
(filesystem TS)