create_directory_tree

Function create_directory_tree 

Source
pub fn create_directory_tree(
    root: &Path,
    n_dirs: usize,
    n_files_per_dir: usize,
    min_size: usize,
    seed: Option<u64>,
) -> Result<Vec<PathBuf>>
Expand description

Build a directory tree containing n_dirs under root. Each of these directories contain n_files_per_dir random binary files.