名前空間
変種
操作

std::filesystem::directory_entry::path

提供: cppreference.com
 
 
 
 
conststd::filesystem::path& path()constnoexcept;
(C++17以上)
operator conststd::filesystem::path&()constnoexcept;
(C++17以上)

ディレクトリエントリが参照しているフルパスを返します。

目次

[編集]引数

(なし)

[編集]戻り値

ディレクトリエントリが参照しているフルパス。

[編集]

[編集]関連項目

close