Struct fts::walkdir::WalkDirConf [] [src]

pub struct WalkDirConf {
    // some fields omitted
}

Methods

impl WalkDirConf
[src]

fn new<P: AsRef<Path>>(root: P) -> Self

Create new WalkDirConf with the root directory for directory walking.

Enable following symblic links.

fn cross_device(self) -> Self

Enable following symblic links across devices .

fn include_dot(self) -> Self

Enable enumerating . and ...

fn no_metadata(self) -> Self

Disable providing metadata.

fn no_chdir(self) -> Self

Disable changing current directory through directory walking.