status_known Function
Specifies whether a given file status is known.
inline bool status_known(
file_status Stat
);
Parameters
- Stat
A file_status object that wraps a file_type.
Return Value
false if the underlying file_type is status_unknown; otherwise, true.
Requirements
Header: filesystem
Namespace: std::tr2::sys