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