std::experimental::filesystem::directory_entry::symlink_status
From cppreference.com
< cpp | experimental | fs | directory entry
file_status symlink_status() const;
|
(filesystem TS) | |
file_status symlink_status( error_code& ec ) const;
|
(filesystem TS) | |
Returns potentially cached status of the target of the symbolic link referred to by entry.
This section is incomplete |
Contents |
[edit] Parameters
ec | - | error code to set in case of errors |
[edit] Return value
Returns the symlink status of the directory entry.
[edit] Exceptions
This section is incomplete |
2)
noexcept specification:
noexcept
[edit] See also
This section is incomplete |