Function winapi_util::file::is_hidden

source ยท
pub fn is_hidden(file_attributes: u64) -> bool
Expand description

Returns true if and only if the given file attributes contain the FILE_ATTRIBUTE_HIDDEN attribute.