![]() |
![]()
| ![]() |
![]()
NAMEstd::filesystem::filesystem_error::path1,std::filesystem::filesystem_error::path2 - std::filesystem::filesystem_error::path1,std::filesystem::filesystem_error::path2 Synopsis const std::filesystem::path& path1() const noexcept;
(since C++17)
Parameters(none) Return valueReferences to the copy of the path parameters stored by the constructor. Example// Run this code
Possible output: what(): filesystem error: cannot rename: No such file or
directory [/tmp/fileIzzRLB] [/tmp/fileiUDWlV]
|