std::filesystem::directory_entry::path
提供: cppreference.com
<tbody>
</tbody>
const std::filesystem::path& path() const noexcept; |
(C++17以上) | |
operator const std::filesystem::path& () const noexcept; |
(C++17以上) | |
ディレクトリエントリが参照しているフルパスを返します。
引数
(なし)
戻り値
ディレクトリエントリが参照しているフルパス。
例
| This section is incomplete Reason: no example |
関連項目
| This section is incomplete |