std::filesystem::is_other

std::filesystem::is_other

Defined in header <filesystem>
bool is_other( std::filesystem::file_status s );
(1) (since C++17)
bool is_other( const std::filesystem::path& p );
bool is_other( const std::filesystem::path& p, std::error_code& ec );
(2) (since C++17)

Checks if the given file status or path corresponds to a file of type other type. That is, the file exists, but is neither regular file, nor directory nor a