pub fn open_dir( path: &str, create: bool, timeout: Option<u64>, ) -> Result<Directory, VfsError>
Opens or creates a Directory at path. If trying to create an existing Directory, will just give you the path.
Directory