Exemplo n.º 1
0
 SmbFile[] GetUserConfigurationPaths(SmbFile root)
 => root
 .RecursiveItems()
 .Where(file => !file.ContainsAnyPattern(root, Exceptions))
 .Where(IsRelevantPathCandidate)
 .ToArray();