scan_path

Function scan_path 

Source
pub fn scan_path(
    root: &Path,
    path: &Path,
    options: &ScanOptions,
) -> FsResult<Option<Node>>
Expand description

Scan one path into a ProjectAtlas node when it is indexable.

ยงErrors

Returns an error when root canonicalization or metadata reads fail.