Skip to main content

open_dir

Function open_dir 

Source
pub fn open_dir(
    path: &str,
    create: bool,
    timeout: Option<u64>,
) -> Result<Directory, VfsError>
Expand description

Opens or creates a Directory at path. If trying to create an existing Directory, will just give you the path.