
@m_ou_se ("Mara Bos") replied to a tweet by @m_ou_se:
Path and Metadata now have an is_symlink() method. This saves some typing, as previously this had to be done with std::fs::symlink_metadata(path) followed by metadata.file_type().is_symlink().
5/11