Function gemgui::filemap_from_dir

source ·
pub fn filemap_from_dir<DirName>(path: DirName) -> Result<Filemap>where
    DirName: AsRef<Path>,
Expand description

Create a filemap from a directory content

Arguments

path - directory name

Return

Filemap