示例#1
0
 internal static Dictionary <FilePath, FileDescription> ToMutableIndex(FolderTree tree, string match = null, bool recursive = false)
 => tree.ListFiles(match, recursive).ToDictionary(f => f, f => new FileDescription(f));