std::experimental::filesystem::directory_entry:: path
From cppreference.net
<
cpp
|
experimental
|
fs
|
directory entry
C++
Filesystem library
| Classes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| File types | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
const
path
&
path
(
)
const
;
|
(filesystem TS) | |
|
operator
const
path
&
(
)
const
;
|
(filesystem TS) | |
ディレクトリエントリが参照する完全なパスを返します。
目次 |
パラメータ
(なし)
戻り値
ディレクトリエントリが参照する完全なパス。
例外
noexcept
仕様:
noexcept
関連項目
| このセクションは不完全です |