Function winsafe::path::is_hidden

source ·
pub fn is_hidden(full_path: &str) -> bool
Available on crate feature kernel only.
Expand description

Returns true if the path is hidden. Calls GetFileAttributes.

§Panics

Panics if the path does not exist.