Example #1
0
 public static bool Delete(this ICompressorWrapper wrapper, string type, Stream stream, string path)
 {
     return(wrapper.Delete(type, stream, (p) => PathFE.MatchFileMask(p, path)));
 }