Files
cppdraft_translate/cppdraft/fs/op/hard/lk/ct.md
2025-10-25 03:02:53 +03:00

974 B

[fs.op.hard.lk.ct]

31 Input/output library [input.output]

31.12 File systems [filesystems]

31.12.13 Filesystem operation functions [fs.op.funcs]

🔗

uintmax_t filesystem::hard_link_count(const path& p); uintmax_t filesystem::hard_link_count(const path& p, error_code& ec) noexcept;

1

#

Returns: The number of hard links for p.

The signature with argument ec returns static_cast<uintmax_t>(-1) if an error occurs.

2

#

Throws: As specified in [fs.err.report].