std::experimental::filesystem::directory_entry::symlink_status

From cppreference.com
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.

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

2)
noexcept specification:  
noexcept
  

[edit] See also