Function winsafe::path::is_directory

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

Returns true if the path is a directory. Calls GetFileAttributes.

§Panics

Panics if the path does not exist.