status_known Function

Specifies whether a given file status is known.

inline bool status_known(
   file_status Stat
);

Parameters

Return Value

false if the underlying file_type is status_unknown; otherwise, true.

Requirements

Header: filesystem

Namespace: std::tr2::sys

See Also

Reference

<filesystem>

Other Resources

C++ Standard Library Header Files