Section

std::filesystem::path

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;

(since C++17)

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
LWG 3657C++17hash for path was disabledenabled