fn find_files_rec( dict: BTreeMap<String, PicEntry>, path: &Path, ) -> Result<BTreeMap<String, PicEntry>>
init_pics 用の再帰関数。