Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the symbolic link status of the stored file name.
file_status status() const;
file_status status(
error_code& Code
) const;
Parameters
- Code
An error_code object.
Return Value
If the stored symbolic link status is not status_unknown, then the stored status is returned. Otherwise, the method determines the status from the operating system.
Any errors that are associated with the operation are stored in Code.
Requirements
Header: filesystem
Namespace: std::tr2::sys