std::filesystem::filesystem_error::what

From Get docs
Cpp/docs/latest/filesystem/filesystem error/what


std::filesystem::filesystem_error::what

const char* what() const noexcept override;
(since C++17)

Returns an explanatory byte string. This explanatory string contains the explanatory string passed at the time of construction. Implementations are encouraged to include the pathnames of path1() and path2() in native format and the std::system_error::what() string inside the returned string as well.

Parameters

(none).

Example

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/filesystem/filesystem_error/what