std::filesystem::directory_entry::path

来自cppreference.com
 
 
 
 
const std::filesystem::path& path() const noexcept;
(C++17 起)
operator const std::filesystem::path& () const noexcept;
(C++17 起)

返回 directory_entry 所保有的路径对象。

参数

(无)

返回值

directory_entry 所保有的 path 对象。

示例

参阅