std::filesystem::directory_entry::path
提供: cppreference.com
< cpp | filesystem | directory entry
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 |